6 lines
104 B
Bash
Executable file
6 lines
104 B
Bash
Executable file
#! /bin/bash
|
|
|
|
BASEPATH=$(dirname $(realpath $0))
|
|
. $BASEPATH/authorization.sh
|
|
. $BASEPATH/getbalance.sh
|