File: run.dat

package info (click to toggle)
openmx 3.8.5%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 385,200 kB
  • sloc: ansic: 233,355; f90: 2,080; python: 876; makefile: 725; xml: 63; sh: 30; perl: 18
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