updated to allow for #! arguments

This commit is contained in:
Luke 2023-07-24 15:10:49 -07:00
parent 16595fcd89
commit 0a2c17740a
3 changed files with 136 additions and 14 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env sheclang
#!/usr/bin/env -S sheclang
#include <stdio.h>
int main(int argc, char *argv[]) {