From 103a7a96d992ae623320cb3c4c6ab01bc297a5c8 Mon Sep 17 00:00:00 2001 From: MightyPork Date: Fri, 20 Jun 2014 18:36:11 +0200 Subject: [PATCH] added github clone script --- github-clone | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 github-clone 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