Revision 7faed1a32db1958b5677971c7ab5da823d04f1c9 authored by Peter Carlton on 12 October 2018, 03:05:39 UTC, committed by Peter Carlton on 12 October 2018, 03:05:39 UTC
1 parent d5900f9
Raw File
fp.com
#!/bin/sh
#Setting run time environment...
{ test -r '/opt/IVE4.2.9/priism-4.2.9/Priism_setup.sh' && . '/opt/IVE4.2.9/priism-4.2.9/Priism_setup.sh' ; } || exit 1
#command file for FindPoints

(time FindPoints $1) > $1.log 2>&1

b=`echo $1 | sed 's/.pars/.pts/'`
sed -i 's/^[WL]/#W/' $b
back to top