File: run.dat

package info (click to toggle)
openmx 3.5-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 134,876 kB
  • sloc: ansic: 152,771; python: 876; makefile: 576; xml: 63; perl: 18; sh: 4
file content (7 lines) | stat: -rwxr-xr-x 109 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
#!/bin/bash
rm -f p
for name in *.c
do echo "FILE=" $name >>p ; /lib/cpp $name |  python filA3.py >>p
done