mirror of https://gitee.com/bigwinds/arangodb
removed unused file
This commit is contained in:
parent
480ffbe313
commit
b65eccfe6f
|
@ -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 ";"}'
|
Loading…
Reference in New Issue