repo.or.cz
/
conkeror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
page-modes/reddit.js: handle previous link navigation better
[conkeror.git]
/
contrib
/
testrun.sh
blob
2f73a34fc230b585781a62753d5f46a209deca2a
1
#! /bin/bash
2
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
"