#!/bin/bash if [ ! -d hashes ] then mkdir hashes fi if [ ! -f "hashes/list" ] then echo 0 > hashes/list fi