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 <