~kevin-mehall/pithos/0.3

1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash

if [ -z "$@" ]; then
	args="--test --verbose"
else
	args=$@
fi

mkdir -p debug_config
export XDG_CONFIG_HOME="./debug_config"

./bin/pithos $args