Files
site/main.sh
2022-02-23 12:08:57 -06:00

8 lines
57 B
Bash

#!/bin/sh
if [ ./main & ]; then
exit 0
else
exit 1
fi