Various changes, added more functions for executing packages (not finished) & updated documentation/project files.

This commit is contained in:
Netkas 2023-01-11 19:55:19 -05:00
parent c08bc485a5
commit ffcae1b8a0
20 changed files with 283 additions and 62 deletions

View file

@ -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"