summaryrefslogtreecommitdiffstats
path: root/test.sh
blob: 6aaee71dbff6fc6cc6567a7e180dfac27bdd07a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash

# Test installation script

HOME=build
XDG_CONFIG_HOME=build/.config
mkdir -p build/.config

./install.sh $1

tree -a build
#rm -r build