summaryrefslogtreecommitdiff
path: root/yaksh/bash_files/sample.sh
blob: e935cb30cd7d7c4eb0f5908d679502e9ef40b2f4 (plain)
1
2
#!/bin/bash
[[ $# -eq 2 ]] && echo $(( $1 + $2 )) && exit $(( $1 + $2 ))