#!@SHELL@ # A shorthand for "guix authenticate", for use by the daemon. if test "x$GUIX_UNINSTALLED" = "x" then prefix="@prefix@" exec_prefix="@exec_prefix@" exec "@bindir@/guix" authenticate "$@" else exec guix authenticate "$@" fi zko.org/guix/atom/tests/guix-gc.sh?h=koszko' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiff
path: root/tests/guix-gc.sh
AgeCommit message (Expand)Author
2019-04-10guix gc: Add '--list-roots'....Ludovic Courtès