mirror of https://github.com/dirtbags/moth.git
This commit is contained in:
parent
79f58ff83c
commit
c0092751b5
|
@ -3,9 +3,8 @@
|
|||
set -e
|
||||
|
||||
ACTION=$1
|
||||
BASE=$2
|
||||
if [ -z "$ACTION" ] || [ -z "$BASE" ]; then
|
||||
echo "Usage: $0 ACTION BASE"
|
||||
if [ -z "$ACTION" ]; then
|
||||
echo "Usage: $0 ACTION"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue