From 9cd04f797e8663ec8e4dc27fa717be0df0bf3626 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Wed, 5 May 2021 08:58:11 -0400 Subject: [PATCH] Replace with dotfiles script --- bin/dotfiles | 23 +++++++++++++++++++++++ bin/git-fix-corrupt.sh | 5 ----- 2 files changed, 23 insertions(+), 5 deletions(-) create mode 100755 bin/dotfiles delete mode 100755 bin/git-fix-corrupt.sh diff --git a/bin/dotfiles b/bin/dotfiles new file mode 100755 index 0000000..3a35f3d --- /dev/null +++ b/bin/dotfiles @@ -0,0 +1,23 @@ +#!/usr/bin/env sh + +# Print help text and exit. +if [ "$1" = "-h" ] || [ "$1" = "--help" ]; then + cat <