diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | doomsh.bash | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -9,7 +9,7 @@ all: $(ALL) $(BASH) -c : awk -v interpreter=$(BASH) 'NR == 1 { $$1 ="#!" interpreter } 1' $< > $@ chmod +x ./$@ -install: +install: checkem mkdir -p -- $(PREFIX)/bin cp -- doomsh $(PREFIX)/bin clean: @@ -1 +1 @@ -2.0.0 +2.0.1 diff --git a/doomsh.bash b/doomsh.bash index 13d0dc9..eb4a1ac 100644 --- a/doomsh.bash +++ b/doomsh.bash @@ -41,7 +41,7 @@ ______ _____ _____ __ ___ | | / | \_/ | \_/ | |\ /| | | |/ / \ / \ /| | V | | | ' / \_/ \_/ \_| | | -|__/ \_| +|__/ \_| EOF printf >&2 %s "$( { tput me || tput sgr0 |