mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-15 11:20:03 +00:00
8 lines
109 B
Text
8 lines
109 B
Text
|
#!/bin/sh
|
||
|
|
||
|
sed -E '
|
||
|
s/\$([a-zA-Z0-9_][a-zA-Z0-9_]+)/$(\1)/g
|
||
|
s/^</include /
|
||
|
/^include / s/mk/Make/g
|
||
|
' "$@"
|