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