ironsides/bob.sh

2 lines
80 B
Bash

for f in *.ad?; do cat COPYRIGHT.txt $f > $f.PLUS ; rm $f; mv $f.PLUS $f; done;