#!/bin/bashbash -c 'set -e; echo "A"; false; echo "B"' || echo 'C' bash -c 'set -e; echo "1"; false; echo "2"'
Standard input is empty
A C 1
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!