system 'echo "main(){putchar(\'0\');putchar(\'\n\');return 0;} > a.c"' system 'gcc -o a a.c' sleep 1 exec 'a'