#!/bin/bash FOLLOWING="$HOME/.arching-kaos/following" if [ -f $FOLLOWING ] then cat $FOLLOWING else ak-logthis "No following file, creating" touch $FOLLOWING echo "None found" fi