Home
Blog
Projects
Files
Pictures
Contact
gentoo-umask.sh
Back
Raw format
#!/bin/sh if [ $1 ]; then echo "$1" >> /etc/portage/package.keywords fi;