update script to use #!/bin/sh to be more posix compatible

This commit is contained in:
Colgrave 2025-01-29 14:55:43 -05:00
parent 4e61709ac3
commit c3c6e37d48

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# loop through all butane files in the current directory
for i in *.bu ; do