hstr/dist/github-env.sh

10 lines
256 B
Bash
Executable file

#!/bin/bash
export NOW=`date +%Y-%m-%d--%H-%M-%S`
export GH_RELEASE_DIR=~/p/hstr/release
export GH_DISTRO_DIR=${GH_RELEASE_DIR}/release-${NOW}
export HHVERSION="1.15"
export GH_MSG="Enter first item auto-select, Vim keybinding, doc improvements."
# eof