30 lines
266 B
Bash
Executable File
30 lines
266 B
Bash
Executable File
#!/bin/bash
|
|
|
|
##
|
|
|
|
set -e
|
|
|
|
set -x
|
|
|
|
##
|
|
|
|
reset
|
|
|
|
clear
|
|
|
|
##
|
|
|
|
echo
|
|
echo "STARTED / yankee / twitchtracker / channel rankings"
|
|
echo
|
|
|
|
##
|
|
|
|
docker compose down --remove-orphans
|
|
|
|
docker compose up --build -d
|
|
|
|
echo
|
|
echo "RUNNING / yankee / twitchtracker / channel rankings"
|
|
echo
|