1
0
Fork 0

removed unused file

This commit is contained in:
Jan Steemann 2014-10-30 00:45:32 +01:00
parent 480ffbe313
commit b65eccfe6f
1 changed files with 0 additions and 6 deletions

View File

@ -1,6 +0,0 @@
#!/bin/bash
NAME=`echo $1 | sed -e 's:^\(.*/\)*mr/\(.*\)\.rb$:\2:' | tr "/-" "__"`
cat $1 \
| sed -e 's:\(["\]\):\\\1:g' \
| awk 'BEGIN {print "static string MR_'$NAME' = " } { print " \"" $0 "\\n\"" } END { print ";"}'