Testing:
Print function works
This commit is contained in:
Jon-William Lewis
2015-03-18 14:53:05 -05:00
parent 45717e33b5
commit a0ad2e7d48
16 changed files with 389 additions and 398 deletions

4
functions/pause.sns.sh Normal file
View File

@@ -0,0 +1,4 @@
function pause {
read -p " Press [Enter] to continue."
echo ""
}