This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Macintosh-SW
/
mpw
Watch
1
Star
0
Fork
0
You've already forked mpw
mirror of
https://github.com/ksherlock/mpw.git
synced
2024-11-22 00:32:44 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
2e7e75a2a9
mpw
/
verbatim
/
makefile.sh
8 lines
83 B
Bash
Raw
Normal View
History
Unescape
Escape
Use /bin/sh; quote shell variables (#46) * On macOS, sh is /bin/sh not /usr/bin/sh * Quote shell variables correctly
2022-11-16 00:00:16 +00:00
#!/bin/sh
verbatim code
2013-08-22 01:30:06 +00:00
infile
=
"
$1
"
cpp
"
$infile
"
|
fgrep
"="
|
sed -e
"s/^ *//g; s/, *//g;"
Reference in New Issue
Copy Permalink