mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-22 20:38:00 +01:00
42f1b15a5a
Signed-off-by: Mattias Andrée <maandree@operamail.com>
11 lines
270 B
Bash
Executable file
11 lines
270 B
Bash
Executable file
#!/bin/bash
|
|
|
|
if [ ! -f ./src/__main__.py ]; then
|
|
echo $'\e[01;31m-- You need to cd into the repository'\'$'s root directory --\e[00m'
|
|
exit 140
|
|
fi
|
|
|
|
./dev/tests/correct-pony-f
|
|
./dev/tests/correct-pony+f
|
|
./dev/tests/auto-completion
|
|
./dev/tests/auto-completion-tool
|