comparison bin/`` @ 6432:741b54f04db6

<b_jonas> ` echo \'#!/bin/sh\'$\'\\n\'\'export LANG=C; exec bash -O extglob -c "$@"\' > bin/\\`\\`
author HackBot
date Sat, 19 Dec 2015 18:07:12 +0000
parents a067d74d6003
children c603699b0bce
comparison
equal deleted inserted replaced
6431:a067d74d6003 6432:741b54f04db6
1 #!bin/sh 1 #!/bin/sh
2 export LANG=C; exec bash -O extglob -c "$@" 2 export LANG=C; exec bash -O extglob -c "$@"