Add sticky modifier support.
[conkeror.git] / contrib / testrun.sh
blob2f73a34fc230b585781a62753d5f46a209deca2a
1 #! /bin/bash
3 scratch=$(mktemp -d)
4 mkdir -p "$scratch/lib" "$scratch/bin"
5 ./install.sh -build -prefix "$scratch"
6 pushd "$scratch"
7 bin/conkeror "$@"
8 popd
9 rm -r "$scratch"