#!/bin/bashif true ; then (echo dummy)fiecho "Line no:" $LINENO "Bash version:" $BASH_VERSION
Standard input is empty
dummy Line no: 5 Bash version: 4.4.11(1)-release
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!