mirror of
https://github.com/ilyakooo0/xmrig-bash-scripts.git
synced 2024-11-22 12:31:57 +03:00
9 lines
134 B
Bash
Executable File
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}"
|
|
|