From 2d2fa99b297b502dcfdb02db3462b9c8d5d456f7 Mon Sep 17 00:00:00 2001 From: Newnius Date: Fri, 1 May 2020 16:44:16 +0800 Subject: [PATCH] update --- bootstrap.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 bootstrap.sh diff --git a/bootstrap.sh b/bootstrap.sh new file mode 100755 index 0000000..6552432 --- /dev/null +++ b/bootstrap.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +python3 /root/serve.py \ No newline at end of file