7 lines
120 B
Bash
Executable File
7 lines
120 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export DOCKER_HOSTNAME=$(hostname)
|
|
export $(cat .env.bot | xargs)
|
|
clear && cargo run
|
|
unset DOCKER_HOSTNAME
|