Add version and basic help information

This commit is contained in:
2012-04-22 11:52:52 +01:00
parent ed8743facb
commit 5b73edcead
3 changed files with 43 additions and 2 deletions

5
libexec/tmuxifier-version Executable file
View File

@@ -0,0 +1,5 @@
#! /usr/bin/env bash
set -e
[ -n "$TMUXIFIER_DEBUG" ] && set -x
echo "0.0.1"