1
0
mirror of https://github.com/RyanGreenup/cadmus.git synced 2025-08-08 23:26:34 +02:00

Uncommented Functions

This commit is contained in:
ryangreenup
2020-07-12 22:16:24 +10:00
parent 151a690c8a
commit 46d442e779

View File

@@ -5,9 +5,9 @@ main () {
HelpStatement $1 HelpStatement $1
UninstallQ $1 UninstallQ $1
## printThis printThis
## check_for_dependencies check_for_dependencies
## download_the_repo download_the_repo
Install_tools "S" Install_tools "S"
} }
@@ -156,5 +156,5 @@ declare -a StringArray=("R"
main "$@" main "$@"
exit 0 exit 0
## TODO Help ## DONE Help
## TODO Uninstall ## DONE Uninstall