Various changes, added more functions for executing packages (not finished) & updated documentation/project files.
This commit is contained in:
parent
c08bc485a5
commit
ffcae1b8a0
20 changed files with 283 additions and 62 deletions
|
@ -1,3 +1,3 @@
|
|||
echo "Hello World!"
|
||||
read -p "What is your name? " name
|
||||
read -r -p "What is your name? " name
|
||||
echo "Hello $name"
|
Loading…
Add table
Add a link
Reference in a new issue