comparison bin/cc @ 12230:fb0eea93d4e9 draft

<fizzie> sled /hackenv/bin/cc//s|\\\\\\\\|\\\\\\\\n|
author HackEso <hackeso@esolangs.org>
date Thu, 05 Dec 2019 13:42:21 +0000
parents c989a1669243
children
comparison
equal deleted inserted replaced
12229:9e87b11251e2 12230:fb0eea93d4e9
1 #!/bin/sh 1 #!/bin/sh
2 echo "$@" | sed 's/\\/\n/g' | gcc -w -Wfatal-errors -std=c11 -O2 -x c - -o /tmp/a.out && /tmp/a.out 2 echo "$@" | sed 's/\\n/\n/g' | gcc -w -Wfatal-errors -std=c11 -O2 -x c - -o /tmp/a.out && /tmp/a.out