|
|
hatari 2.2.0
#!/bin/sh cd $(dirname $0)/.. errors=0 for i in $(hg locate '*\.sh'); do echo "Checking $i ..." checkbashisms $i errors=$(($errors + $?)) done if [ "$errors" -gt 0 ]; then echo "TEST FAILED" exit 1 fi echo "TEST SUCCESS" exit 0
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.