annotate bin/`` @ 6882:3a1f3dc57df4

<shachaf> ` >bin/cmd echo -e \'#!/bin/bash\\ncut -d "" -f 3 < /proc/$1/cmdline\'; chmod +x /tmp/hmm
author HackBot
date Tue, 16 Feb 2016 02:04:07 +0000
parents 741b54f04db6
children c603699b0bce
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6432
741b54f04db6 <b_jonas> ` echo \'#!/bin/sh\'$\'\\n\'\'export LANG=C; exec bash -O extglob -c "$@"\' > bin/\\`\\`
HackBot
parents: 6431
diff changeset
1 #!/bin/sh
6431
a067d74d6003 <b_jonas> ` echo \'#!bin/sh\'$\'\\n\'\'export LANG=C; exec bash -O extglob -c "$@"\' > bin/\\`\\`
HackBot
parents: 6430
diff changeset
2 export LANG=C; exec bash -O extglob -c "$@"