Date:2010-11-17 17:24:11 (13 years 4 months ago)
Author:Werner Almesberger
Commit:e31144ff5f0ae6459521b0eb1ba143342ebd9014
Message:usrp/fscan: fail if the directory name begins with a dash

Files: usrp/fscan (1 diff)

Change Details

usrp/fscan
99
1010
1111[ "$1" ] || usage
12[ "${1#-}" = "$1" ] || usage
1213[ "$3" ] && usage
1314mkdir "$1" || exit
1415pwr=${2:-2.6}

Archive Download the corresponding diff file



interactive