the-algorithm/ci/ci.sh
2023-04-01 23:44:20 +05:30

4 lines
50 B
Bash
Executable File

#!/bin/sh
echo I am doing something useful
exit 0