1
0
Fork 0

Add "git get"

master
dump_stack() 2019-07-22 17:34:36 +00:00
parent e853692cf7
commit a2bbdd169b
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 2 additions and 0 deletions

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")
];
}