10 Jul
2015
10 Jul
'15
7:23 p.m.
karol_007 [1] filed a deletion request for gg [2]: The PKGBUILD is longer that the script it packages $ wc -c PKGBUILD gg 428 PKGBUILD 255 gg https://aur4.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=gg https://raw.githubusercontent.com/qguv/gg/master/gg #!/bin/sh case $* in "--help") echo "'gg' restarts the system. Use 'gg no re' to halt the system instead.";; "") sudo systemctl reboot;; "nore"|"no re") sudo systemctl poweroff;; *) echo "yeah $* gg";; esac [1] https://aur4.archlinux.org/account/karol_007/ [2] https://aur4.archlinux.org/pkgbase/gg/