This commit is contained in:
vinceliuice
2020-12-26 09:23:20 +08:00
parent 482bc19a34
commit 64e54cbbec
8 changed files with 9 additions and 8 deletions

View File

@@ -1,5 +1,6 @@
#!/bin/bash
#! /usr/bin/env bash
set -ueo pipefail
set -o physical
#set -x
REPO_DIR=$(cd $(dirname $0) && pwd)