added the mandatory library fot the assignment
This commit is contained in:
parent
91ec537e7f
commit
2e68b717e1
10
forensicFunctions.sh
Normal file
10
forensicFunctions.sh
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
function helloPerson {
|
||||||
|
echo "Hello ${1}"
|
||||||
|
}
|
||||||
|
|
||||||
|
function hello {
|
||||||
|
echo "Hello World"
|
||||||
|
}
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user