mirror of
https://github.com/sheumann/hush.git
synced 2025-01-22 19:30:51 +00:00
5 lines
113 B
Plaintext
5 lines
113 B
Plaintext
[ -n "$d" ] || d=..
|
|
LANG=C ls -1s "$d" > logfile.gnu
|
|
busybox ls -1s "$d" > logfile.bb
|
|
cmp logfile.gnu logfile.bb
|