Sha256: b78d06ea04abbba9e7850493f8f98c412f1beec38fc98ec8283f4755ce3ed070
Contents?: true
Size: 185 Bytes
Versions: 3
Compression:
Stored size: 185 Bytes
Contents
#!/bin/bash # if ls | not grep string ; then # action # fi # and dont tell me that grep -v is the same, cos its NOT ;) "$@" RET=$? if [ $RET = 0 ] ; then exit 42 else exit 0 fi
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
sakuric-2.1.3 | bin/not |
sakuric-2.0.3 | bin/not |
sakuric-2.0.1 | bin/not |