File: chemreport

package info (click to toggle)
chemeq 1.2-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 148 kB
  • ctags: 163
  • sloc: cpp: 714; yacc: 236; ansic: 123; perl: 107; makefile: 95; sh: 10
file content (7 lines) | stat: -rw-r--r-- 199 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/sh

if [ -f test.stuff ]; then
    cat test.stuff | /usr/bin/perl chemreport.pl > /dev/null
elif [ -f test.stuff.gz ]; then
    zcat test.stuff.gz | /usr/bin/perl chemreport.pl > /dev/null
fi