xmrig-bash-scripts/update.sh
2019-08-09 15:31:41 +02:00

8 lines
54 B
Bash
Executable File

#!/bin/bash
git pull
# install
. install.sh
sleep 5