Skip to content

Instantly share code, notes, and snippets.

@Gallefray
Last active August 29, 2015 14:04
Show Gist options
  • Save Gallefray/89877cca0151e1d93470 to your computer and use it in GitHub Desktop.
Save Gallefray/89877cca0151e1d93470 to your computer and use it in GitHub Desktop.
ash
arg1: db 'hello world'
push arg1
exec echo
----------------------
arg: db 'file1.txt'
arg0: db 'hello world'
arg1: db '-i'
push arg
pipe cat
push arg1
push arg0
exec grep
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment