First phase of env-setup done -- Next phase is to make it more finer

This commit is contained in:
2025-08-31 20:09:09 +03:00
commit e261062072
3 changed files with 603 additions and 0 deletions

8
dummy.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
echo "All arguments: $@"
opts=$(getopt -o a --long help,dir::,mode: -- "$@")
eval set -- "$opts"
echo "All arguments after getopt: $@"