aboutsummaryrefslogtreecommitdiff
path: root/vendor/x11iraf/obm/ObmW/FIXFWF
blob: 23d97fa944908ab09bbaddd3ca523676765176c0 (plain) (blame)
1
2
3
4
5
6
#! /bin/csh
# -- Used to massage FWF widgets to fit the OBM directory structure.

foreach i (`grep -l Xfwf *.[ch]`)
    echo $i; sed -f FWFSED $i > temp; mv temp $i
end