Changeset 3387
- Timestamp:
- 08/02/07 15:55:24 (1 year ago)
- Files:
-
- trunk/freewrt/scripts/flash.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/scripts/flash.sh
r3353 r3387 97 97 imgfile=$1 98 98 [[ $imgfile = *@( )* ]] && die Spaces in filenames are not supported 99 [[ -s $imgfile ]] || die "Image file '$imgfile' non-existent or 0 bytes" 99 100 if (( nflag )); then 100 101 ofile=${2:-flash.out}


