mirror of
https://github.com/erkin/ponysay
synced 2024-11-23 20:03:07 +00:00
5c0109af81
Signed-off-by: Mattias Andrée <maandree@operamail.com>
10 lines
210 B
Bash
Executable file
10 lines
210 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
|
|
|