comparison bin/listlist @ 6993:82ef167b53d2

<b_jonas> perl -eopen$O,">",($c="bin/listlist");print$O qq{#!/bin/sh\\nset -e\\nexport LANG=C\\ncd /hackenv/bin;exec ls -dF *[lL]ist*\\n};close$O;chmod $c,0755;
author HackBot
date Wed, 24 Feb 2016 12:32:42 +0000
parents
children
comparison
equal deleted inserted replaced
6992:2f7f51411975 6993:82ef167b53d2
1 #!/bin/sh
2 set -e
3 export LANG=C
4 cd /hackenv/bin;exec ls -dF *[lL]ist*