# HG changeset patch # User HackBot # Date 1456317162 0 # Node ID 82ef167b53d206a3e98b9d12a109af8c1b9b1fcc # Parent 2f7f51411975d3fa57221fa2b29a8dd5342edfc8 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; diff -r 2f7f51411975 -r 82ef167b53d2 bin/listlist --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bin/listlist Wed Feb 24 12:32:42 2016 +0000 @@ -0,0 +1,4 @@ +#!/bin/sh +set -e +export LANG=C +cd /hackenv/bin;exec ls -dF *[lL]ist*