echo-e"\nOPTIONS:\n -d dir \tlocation of computing data (mandatory)\n -i\t\tinstall required packages\n -k\t\tkeep binary files\n -a\t\tarchitecture [amd64(default), ia32]\n -h\t\thelp "
echo-e"\nOPTIONS:\n -d dir \tlocation of data (mandatory)\n -i\t\tinstall required packages\n -k\t\tkeep binary files\n -a\t\tarchitecture [amd64(default), ia32]\n-x\t\tuse example data (WARNING: deletes the content of the data folder and replaces it with example code)\n-h\t\thelp "
exit 0
fi
...
...
@@ -28,11 +29,18 @@ if [ -z "$ARCHITECTURE" ]; then