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