File: chemtest

package info (click to toggle)
chemeq 3.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 388 kB
  • sloc: cpp: 921; xml: 346; yacc: 336; python: 329; javascript: 120; perl: 118; makefile: 66; sh: 13
file content (7 lines) | stat: -rw-r--r-- 171 bytes parent folder | download | duplicates (16)
1
2
3
4
5
6
7
#!/bin/sh

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