Skip to content

Instantly share code, notes, and snippets.

@zml2008
Last active December 20, 2015 04:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zml2008/6075418 to your computer and use it in GitHub Desktop.
Save zml2008/6075418 to your computer and use it in GitHub Desktop.
Binfmt Examples (these are all set for my home, will need to be modified for other users)
echo ":Testing:E::bft::$HOME/test.bft:" | sudo tee /proc/sys/fs/binfmt_misc/register
#!/home/zlevis/test
echo "hi"
echo "$@"
#!/bin/bash
echo "hi"
echo "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment