annotate bin/runc @ 5462:bc50e28c60b5

<oerjan> ` rm wisdom/torus; echo test >wisdom/torus
author HackBot
date Sun, 07 Jun 2015 16:45:16 +0000
parents 81b2b9bd8d25
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1001
ee2e8950bb3c <oerjan> revert 999
HackBot
parents:
diff changeset
1 #!/bin/bash
ee2e8950bb3c <oerjan> revert 999
HackBot
parents:
diff changeset
2 t=`tempfile`
4858
81b2b9bd8d25 <fizzie> sed -i -e \'s/gcc/gcc -trigraphs/\' bin/runc
HackBot
parents: 1001
diff changeset
3 echo -e "$@" | gcc -trigraphs -o $t -x c - 2>/dev/null && $t
1001
ee2e8950bb3c <oerjan> revert 999
HackBot
parents:
diff changeset
4 rm $t