Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
louiskottmann
on June 17, 2016
|
parent
|
context
|
favorite
| on:
Inline C/Assembler in Bash
Could he not remove the temp files and use process substitution instead? (looks cleaner in my opinion)
i.e:
cc -fPIC -o $sofile -shared <(cat <<'EOF'
...
EOF
)
Consider applying for YC's Summer 2025 batch! Applications are open till May 13
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
i.e:
cc -fPIC -o $sofile -shared <(cat <<'EOF'
...
EOF
)