aboutsummaryrefslogtreecommitdiff
path: root/server/testdata/cmd/config
blob: 813831949cfd096ec3aae0d4587cf9042ae4e0b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

export base_url='localhost:6965/st/v1'

function info() {
	echo "[Info] $@" 1>&2
}

function newline() {
	echo ""
}