This website requires JavaScript.
Explore
Help
Sign In
winehq
/
wine-installer-fork
forked from
thisiszeev/wine-installer
Watch
1
Star
0
Fork
You've already forked wine-installer-fork
0
Code
Pull Requests
Activity
7eec12dd25
wine-installer-fork
/
core
/
setup.sh
4 lines
102 B
Bash
Raw
Blame
History
#Add password setup here
while
getopts
":a:bc:"
flag
;
do
echo
"
flag -
$flag
, Argument
$OPTARG
"
;
done
View Git Blame
Copy Permalink