Files

7 lines
119 B
Bash
Raw Permalink Normal View History

2026-05-13 12:18:41 -04:00
#!/usr/bin/env bash
2026-05-13 13:05:23 -04:00
echo "This script will exit wity a 0 exit status."
2026-05-13 12:18:41 -04:00
2026-05-13 13:05:23 -04:00
# Exit with an explicit 0 exit status.
2026-05-13 12:18:41 -04:00
exit 0