silly commit to test AP
This commit is contained in:
parent
e76f6f2bff
commit
e1b50f7adc
1 changed files with 1 additions and 1 deletions
2
c.sh
2
c.sh
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
[[ $# -eq 0 ]] && echo "no subcommand given" && exit 1
|
||||
[[ $# -eq 0 ]] && echo "no subcommand given, sorry :(" && exit 1
|
||||
|
||||
WORKDIR="$(dirname "$(realpath "$0")")/../repo"
|
||||
PWD=`pwd`
|
||||
|
|
Loading…
Reference in a new issue