#!/bin/bash if [ ! -f "hashes/list" ] then ./create_list.sh else ./append_latest_list.sh fi