diff options
Diffstat (limited to 'server/testdata/cmd/config')
-rw-r--r-- | server/testdata/cmd/config | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/server/testdata/cmd/config b/server/testdata/cmd/config deleted file mode 100644 index 8138319..0000000 --- a/server/testdata/cmd/config +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -export base_url='localhost:6965/st/v1' - -function info() { - echo "[Info] $@" 1>&2 -} - -function newline() { - echo "" -} |