Browse Source

Removed template.sh, deprecated by the usage of preprocessor.sh

testing
Alejandro 16 years ago
parent
commit
7e34b26c7f
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      root/template.sh

+ 0
- 5
root/template.sh

@ -1,5 +0,0 @@
#!/bin/sh
cat "${0%/*}/$1.in" |
tr '\n' '|' | sed -e 's/|*$//' -e 's/|/\\n/g' -e 's/$/\\n\n/' \
-e 's/&/\\&/g' -e 's/,/\\,/g'

Loading…
Cancel
Save