mirror of
https://github.com/jimeh/tmuxifier.git
synced 2026-02-19 09:56:39 +00:00
Initial version bump. From this point on I'll be trying to stick to Semantic Versioning as much as I can.
6 lines
78 B
Bash
Executable File
6 lines
78 B
Bash
Executable File
#! /usr/bin/env bash
|
|
set -e
|
|
[ -n "$TMUXIFIER_DEBUG" ] && set -x
|
|
|
|
echo "0.1.0"
|