#!/bin/bashs1=1s2=2s3=3 sum=$(expr "$s1" + "$s2" + "$s3")echo "$sum"
Standard input is empty
6
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!