8 lines
160 B
Bash
Executable File
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"
|