index
:
online_test/.git
master
Online quiz/exam taking application
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
yaksh
/
docs
/
sample.sh
blob: e935cb30cd7d7c4eb0f5908d679502e9ef40b2f4 (
plain
)
1
2
#!/bin/bash [[ $# -eq 2 ]] && echo $(( $1 + $2 )) && exit $(( $1 + $2 ))