consistent and logical shebangs

This commit is contained in:
anon
2024-06-08 12:18:44 +02:00
parent b3c6bd4ad0
commit f9f4c21015

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
[ $# -eq 0 ] && echo "bashtutor: no module name was provided, nothing to do." && exit 0