Initial commit: converge - auto-sync git repo watcher
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
cd "$(dirname "${BASH_SOURCE[0]}")/.."
|
||||
INSTALL_DIR="${INSTALL_DIR:-$HOME/.local/bin}"
|
||||
mkdir -p "${INSTALL_DIR}"
|
||||
./hs stack build --copy-bins --local-bin-path /work/bin
|
||||
cp ./bin/converge "${INSTALL_DIR}/converge"
|
||||
echo "Installed converge to ${INSTALL_DIR}/converge"
|
||||
Reference in New Issue
Block a user