Add shebang line

This commit is contained in:
Jason M. Wood 2022-01-03 13:07:18 -06:00 committed by GitHub
parent c84d05b324
commit b34f53c355
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,5 @@
#!/bin/sh
# start with clean slate
[ -f $MSCS_DEFAULTS ] && rm $MSCS_DEFAULTS