]> git.tuebingen.mpg.de Git - gsu.git/commit
Split gsu.
authorAndre Noll <maan@systemlinux.org>
Fri, 23 Sep 2011 12:03:38 +0000 (14:03 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Fri, 29 Aug 2014 19:39:58 +0000 (21:39 +0200)
commitd84fb61667757b1e62b915781357e10693ce8a9e
tree27a5c878ba01f3cbd0539be1af83a5872d437221
parent279c1ab1336b67b144d39f1d0bbd256cd4510b20
Split gsu.

This patch splits the gsu file into two files for config parsing and
subcommand handling respectively.  Each part may be used independently
of the other.

Moreover, all scripts which use gsu now include the needed parts
directly rather than relying on the shell to have already sourced
the needed gsu files. This shortens bash startup time and makes gsu
easier to use for people whose login shell is not bash.
funcs/gsu [deleted file]
misc/gsu/common [new file with mode: 0644]
misc/gsu/config [new file with mode: 0644]
misc/gsu/subcommand [new file with mode: 0644]