waf: configure option for enforcing autostart method
[jack2.git] / man / fill_template
blob3ebf9ab4a19189b96de4a081ee80dad584f20397
1 #!/bin/sh
3 for i in *.0 ; do
4 sed -e "s/!VERSION!/${1}/g" -e "s/!DATE!/`date '+%B %Y'`/g" < ${i} > ${i%%0}1
5 done