1
0
mirror of https://github.com/captn3m0/Scripts.git synced 2024-07-06 05:09:34 +00:00
scripts/sleepsize.sh

5 lines
46 B
Bash
Raw Normal View History

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