7
0
mirror of https://github.com/marado/RNID.git synced 2024-09-20 00:45:17 +00:00
rnid/scripts/manual.sh

12 lines
314 B
Bash
Raw Normal View History

#!/bin/bash
## This script should only run the scripts that test things that cannot be
## automatically tested by Github Actions due to network restrictions.
if [ -e scripts/manual.sh ]; then
./scripts/14-mai.sh
./scripts/52-covid.sh
else
echo "Estás a correr isto a partir da directoria certa?"
fi