#!/bin/bash echo 'gcc -Wall -o main main.c' | sed 's/-o [^ ]\+/-o TEST/g'
Standard input is empty
gcc -Wall -o TEST main.c
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!