actions-playground/foo-service/foo.sh

6 lines
106 B
Bash
Executable file

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