1
0
mirror of https://github.com/captn3m0/Scripts.git synced 2024-09-27 13:22:49 +00:00
scripts/sleepsize.sh
2012-01-28 12:44:33 +05:30

5 lines
46 B
Bash
Executable File

#!/bin/bash
sleep 5
ls $1 -hs
sleepsize.sh $1