Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
lea2501
/
scripts
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
ef94882f49
Branches
Tags
feature/devuanDaedalus
feature/newGameScripts
main
scripts
/
openbsd
/
games
/
add_user_to_games_group.ksh
add_user_to_games_group.ksh
100 B
History
Raw
1
2
3
4
5
#!/bin/ksh
print -n "Enter user name: ";read -r username; print ""
doas usermod -G games $username