Revision a8a3eea56dd88f98f4bc7d4521ca38177c9bfaa6 authored by 刘兵 on 05 May 2021, 05:57:10 UTC, committed by GitHub on 05 May 2021, 05:57:10 UTC
the service parameter not used.
1 parent 7296a07
Raw File
build
#!/usr/bin/env bash

echo -e "\\e[91mDEPRECATED!!! Use build.sh script instead.\\e[0m\\n"
sleep 1

source ./build.sh
back to top