repo.or.cz
/
tomato
/
davidwu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Correct PPTP server firewall rules chain.
[tomato/davidwu.git]
/
release
/
src
/
router
/
nettle
/
examples
/
teardown-env
blob
0b0e040e3b71dfa86a6c0c5d9907f0751de9b1ae
1
#! /bin/sh
2
3
rm
-rf
testkey testkey.pub testsignature testsignature2 \
4
testdata testtmp \
5
testciphertext testcleartext
6
7
case
"
$EMULATOR
"
in
8
wine
*)
9
find
.
-type
l
-name
'*.dll'
-exec
rm
-f
'{}'
';'
10
;;
11
esac