index
:
dotfiles.git
master
Scripts and configuration files I use on my arch linux desktop.
Vikas Kushwaha
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.local
/
bin
/
development
/
ghclone
blob: 2e110245859fe6f324fe349c2381b114f4036600 (
plain
)
1
2
3
4
5
#!/bin/sh
URL
=
"https://github.com/
$1
/
${
2
:-
$1
}
"
echo
"Clone URL:
$URL
"
git
clone
"
$URL
"