mirror of
https://github.com/dvorka/hstr.git
synced 2024-12-28 18:50:54 +08:00
9 lines
176 B
Bash
Executable file
9 lines
176 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.24"
|
|
|
|
# eof
|