chiark
/
gitweb
/
~mdw
/
ca
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
bin/clean: Simple new program to reset the directory to a clean state.
[ca]
/
bin
/
clean
1
#! /bin/sh
2
3
set -e
4
certroot=$(cd ${0%/*}/..; pwd)
5
cd "$certroot"
6
umask 022
7
8
rm -rf ca.cert archive certs crls index private state tmp