scripts/sleepsize.sh

5 lines
46 B
Bash
Raw Permalink Normal View History

2012-01-28 07:14:33 +00:00
#!/bin/bash
sleep 5
ls $1 -hs
sleepsize.sh $1