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
webjump strings are now a type of load-spec
[conkeror.git]
/
contrib
/
testrun.sh
blob
c003e13181cf075651bdfe6c3c07dfefab55fd61
1
#! /bin/bash
2
3
# (C) Copyright 2007 John J. Foerch
4
#
5
# Use, modification, and distribution are subject to the terms specified in the
6
# COPYING file.
7
8
scratch
=
$
(
mktemp
-d
)
9
mkdir
-p
"
$scratch
/lib"
"
$scratch
/bin"
10
.
/
install
.sh
-build -prefix
"
$scratch
"
11
pushd
"
$scratch
"
12
bin
/
conkeror
"$@"
13
popd
14
rm
-r
"
$scratch
"