index
:
utils.git
master
Some useful commands, and some less useful ones. With manuals.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
any
blob: 9fd9234fc12929a2d8a928480d8d481a88a85e71 (
plain
)
1
2
3
4
5
6
#!/bin/bash for i in $(seq 1 $#) do [[ ${!i} ]] && exit 0 done