#!/bin/bash if [[ -d "./.passwords" ]] then rm -rf "./.passwords" echo "Deleted passwords" else echo "There were no passwords to delete" fi