diff options
author | EuAndreh <eu@euandre.org> | 2023-08-08 07:06:18 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-08-08 07:06:18 -0300 |
commit | b549ae5adb86f2efd7cb5e620d3a3149f2a10ac3 (patch) | |
tree | 8bdf9d303b578d2ef4d601adff5f49029e2c7037 /bin/aux | |
parent | Makefile: Allow "bin/aux" to contain "FIXME" (diff) | |
download | dotfiles-b549ae5adb86f2efd7cb5e620d3a3149f2a10ac3.tar.gz dotfiles-b549ae5adb86f2efd7cb5e620d3a3149f2a10ac3.tar.xz |
bin/aux: Exit on -i option
Diffstat (limited to 'bin/aux')
-rwxr-xr-x | bin/aux | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |