xmrig-bash-scripts/config.sh
2019-08-11 15:58:07 +02:00

9 lines
134 B
Bash
Executable File

#!/bin/bash
echo "${_GREEN}CONFIG STARTED${_RESET}"
echo "$_CONFIG_JSON" | tee config.json
echo "${_CYAN}CONFIG STOPPED${_RESET}"