view 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
line wrap: on
line source

#!/bin/sh
set -e
export LANG=C
cd /hackenv/bin;exec ls -dF *[lL]ist*