From d276c548a5acb59e578bd2fdc2e5847c799fbd33 Mon Sep 17 00:00:00 2001 From: jimwhimpey Date: Wed, 20 Jul 2016 21:50:14 -0700 Subject: [PATCH] Removing the custom directory to replace with a private submodule --- custom/example.bash | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 custom/example.bash diff --git a/custom/example.bash b/custom/example.bash deleted file mode 100644 index 3e66ba80..00000000 --- a/custom/example.bash +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/env bash -# -# This is an example file. Don't use this for your custom scripts. Instead, create another file within the -# custom directory.