#!/bin/bash PROGRAM="$(basename $0)" ipfs files rm "$1" if [ "$?" != "0" ] then ak-logthis "<$PROGRAM>" "[ERROR]" "Failed to remove $1" exit 1 fi