1
0
Fork 0
wine-installer-fork/core/setup.sh

4 lines
102 B
Bash

#Add password setup here
while getopts ":a:bc:" flag;do
echo "flag -$flag, Argument $OPTARG";
done