Here's what I have so far related to the Mage build tool.
[mgear/mgear.git] / experiments / mk-find-shell-use
1 #!/bin/bash
2 sed -n -r -f /dev/fd/3 3<<'EOS' "$@"
3 s/^     (([^$'(){}<>|;&*?`]|'[^']*'|\$[^(]|\$\([^)]*\))*)([(){}<>|;&*?`]|\$\$)(.*)$/\1SHELL!\3!\4/p
4 EOS