1 2 3 4 5 6 7 8
#!/bin/bash if [ ! -f "hashes/list" ] then ./create_list.sh else ./append_latest_list.sh fi