Skip to content

Instantly share code, notes, and snippets.

@bitdivine
Created May 9, 2016 14:22
Show Gist options
  • Save bitdivine/8c33446a1ce2f91e5aa857c6cdee2b4b to your computer and use it in GitHub Desktop.
Save bitdivine/8c33446a1ce2f91e5aa857c6cdee2b4b to your computer and use it in GitHub Desktop.
shebang arguments
#!/usr/bin/gawk {system("my command here " FILENAME); exit}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment