aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-08-08 07:06:18 -0300
committerEuAndreh <eu@euandre.org>2023-08-08 07:06:18 -0300
commitb549ae5adb86f2efd7cb5e620d3a3149f2a10ac3 (patch)
tree8bdf9d303b578d2ef4d601adff5f49029e2c7037
parentMakefile: Allow "bin/aux" to contain "FIXME" (diff)
downloaddotfiles-b549ae5adb86f2efd7cb5e620d3a3149f2a10ac3.tar.gz
dotfiles-b549ae5adb86f2efd7cb5e620d3a3149f2a10ac3.tar.xz
bin/aux: Exit on -i option
-rwxr-xr-xbin/aux1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/aux b/bin/aux
index 9de9720..a56a240 100755
--- a/bin/aux
+++ b/bin/aux
@@ -67,6 +67,7 @@ while getopts 'ih' flag; do
git commit --allow-empty -m 'Initial empty commit'
touch FIXME
mkdir -p vendor
+ exit
;;
(h)
usage