Initial code
This commit is contained in:
9
bin/ameba.sh
Executable file
9
bin/ameba.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
if command ameba != 0; then
|
||||
echo "Ameba needs to be installed"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
ameba "$@"
|
||||
exit $?
|
Reference in New Issue
Block a user