Skip to content
Snippets Groups Projects
Commit bdbfc588 authored by Adam Wardynski's avatar Adam Wardynski
Browse files

Merge branch 'master' into match

parents 182342fb 1004f389
Branches
No related merge requests found
#!/bin/bash #!/bin/bash
mkdir -p `dirname $1`
cp boilerplate.h.in $1.h cp boilerplate.h.in $1.h
U=`echo $1 | tr '[:lower:]' '[:upper:]' | sed -s 's%/%_%g'` U=`echo $1 | tr '[:lower:]' '[:upper:]' | sed -s 's%/%_%g'`
sed -i -s "s#\$UN#$U#" $1.h sed -i -s "s#\$UN#$U#" $1.h
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment