Files
heartbeat/install.sh
T
2021-11-28 12:25:55 -05:00

8 lines
160 B
Bash
Executable File

#!/bin/sh
mkdir $HOME/bin 2>/dev/null
cp -rp hbd hbdclass.py hbc daemon lockfile $HOME/bin/
echo "use: $HOME/bin/hbc -d hbd.wrede.ca to start a heartbeat"