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 "" }