Last active
August 29, 2015 14:04
-
-
Save Gallefray/89877cca0151e1d93470 to your computer and use it in GitHub Desktop.
ash
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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