diff --git a/github-clone b/github-clone new file mode 100755 index 0000000..8e720e2 --- /dev/null +++ b/github-clone @@ -0,0 +1,3 @@ +#!/bin/bash + +git clone "https://github.com/$1" \ No newline at end of file