actions-playground/foo-service/foo.sh
2022-08-15 23:51:15 +02:00

8 lines
134 B
Bash
Executable file

#!/usr/bin/env bash
echo 'Running foo!'
echo 'fixed bug'
echo 'fixed another bug'
echo 'NOT ANOTHER ONE'
echo 'adding a thing here'