1
0

Add "git get"

This commit is contained in:
2019-07-22 17:34:36 +00:00
parent e853692cf7
commit a2bbdd169b

View File

@ -161,5 +161,7 @@ in {
unstable.firefox unstable.stellarium
(writeShellScriptBin "torbrowser" "${unstable.tor-browser-unwrapped}/bin/firefox")
(writeShellScriptBin "git-get" "${git}/bin/git clone https://$1 $GOPATH/src/$1")
];
}