1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2025-04-21 12:27:27 +03:00

Merged the functionality of gitsch2ppm into schhist2web.

- scripts/normalizeschps: don't edit in place and thus become capable of
  running in a pipe
- scripts/schps2ppm: considered - to be an option and thus didn't accept
  it as input file name
- scripts/schhist2web: open-coded functionality of "gitsch2ppm"
- scripts/gitsch2ppm: removed
This commit is contained in:
Werner Almesberger
2010-08-30 02:53:41 -03:00
parent b3f2014863
commit 800577353e
4 changed files with 35 additions and 109 deletions

View File

@@ -31,10 +31,9 @@ while true; do
-r) [ -z "$2" ] && usage
RES="$2"
shift 2;;
-*)
usage;;
*)
break;;
-) break;;
-*) usage;;
*) break;;
esac
done