test

Diff code posted
created at 18 Jan 20:52

Edit | Back
1
2
3
4
5
#!/bin/sh

for i in *; do
  echo $i
done
44 Bytes in 3 ms with coderay