repo.or.cz
/
jackdbus.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use string ids in the alsa device list
[jackdbus.git]
/
man
/
fill_template
blob
3ebf9ab4a19189b96de4a081ee80dad584f20397
1
#!/bin/sh
2
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