RosettaCodeData/Task/A+B/UNIX-Shell/a+b-3.sh

3 lines
24 B
Bash
Raw Permalink Normal View History

2013-04-10 22:43:41 -07:00
echo 2 3 | ksh a+b.sh
5