#!/bin/bash

cd /root/bityuan
./bityuan  -p 80 -f bityuan.toml

trap "./bityuan-cli close" INT TERM EXIT