init commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#! /usr/bin/env bash
|
||||
set -e
|
||||
set -x
|
||||
|
||||
bash scripts/test.sh "$@"
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,5 @@
|
||||
#! /usr/bin/env bash
|
||||
set -e
|
||||
set -x
|
||||
|
||||
bash scripts/test.sh "$@"
|
||||