the-algorithm/ci/ci.sh

4 lines
50 B
Bash
Executable File

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