sudo apt-get install build-essential cat > main.c << EOF main() { printf("Hola mundo\n"); } EOF gcc main.c -o main ./main