Skip to content

Instantly share code, notes, and snippets.

@Happy-Ferret
Created April 3, 2016 20:02
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 Happy-Ferret/b39afb214d043705c8060473f77d23ca to your computer and use it in GitHub Desktop.
Save Happy-Ferret/b39afb214d043705c8060473f77d23ca to your computer and use it in GitHub Desktop.
#!/bin/bash
echo -ne "\000\000\000\000" >&$1
echo -ne "\024\000\000\000" >&$1
echo -n "NOP FINISHED STARTUP" >&$1
echo -ne "\001\000\000\000" >&$1
echo -ne "\000\000\000\000" >&$1
echo -ne "\011\000\000\000" >&$1
echo -n "echo Test" >&$1
echo -ne "\001\000\000\000" >&$1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment