This commit is contained in:
redmatrix
2015-07-15 17:50:24 -07:00
9 changed files with 19 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/sh -f
#!/bin/bash -f
if [ $# -ne 2 ]; then
echo usage: $0 repo_url nickname

View File

@@ -1,4 +1,4 @@
#!/bin/sh -f
#!/bin/bash -f
if [ $# -ne 2 ]; then

View File

@@ -1,4 +1,4 @@
#!/bin/sh -f
#!/bin/bash -f
if [ $# -ne 2 ]; then
echo usage: $0 repo_url nickname

View File

@@ -1,4 +1,4 @@
#!/bin/sh -f
#!/bin/bash -f
if [ $# -ne 1 ]; then
echo usage: $0 repository

View File

@@ -1,4 +1,4 @@
#!/bin/sh -f
#!/bin/bash -f
if [ $# -ne 1 ]; then

View File

@@ -1,4 +1,4 @@
#!/bin/sh -f
#!/bin/bash -f
if [ $# -ne 1 ]; then
echo usage: $0 repository