by TheLocehiliosan on 3/3/22, 12:47 PM with 6 comments
by gkfasdfasdf on 3/3/22, 6:12 PM
by moondev on 3/3/22, 4:54 PM
#!/usr/bin/env -S bash -c 'argc -e ${0} "${@}"'
Would be cleaner if there was mode handling this.
#!/usr/bin/env -S argc -e
by ktpsns on 3/3/22, 4:16 PM
Thinking loudly: I was just wondering about debugging (kind of "does this lack source maps?"), but shell never prints out lines at syntax errors, so it does not really matter. One can write "set -e" anyway at the start of the functions in order to catch errors early.
by nas on 3/3/22, 10:32 PM
by RhysU on 3/3/22, 4:24 PM