diff options
Diffstat (limited to 'gitwrapper.sh')
-rwxr-xr-x | gitwrapper.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gitwrapper.sh b/gitwrapper.sh index a216bd8..2a8ed26 100755 --- a/gitwrapper.sh +++ b/gitwrapper.sh @@ -58,12 +58,6 @@ function has_access() { return 1 } -#READING=( repos jonas public ) -#WRITING=( jonas ) -# -#has_access "public/asdf.git" "r" -#exit $? - unset INTERACTIVE READING WRITING READING=() WRITING=() |