Please enable JavaScript in your browser!
Página inicial
Explorar
Ajuda
Entrar
mark22k
/
zeal-docs
mirror de
https://codeberg.org/mark22k/zeal-docs
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Branch:
unbound
Branches
Tags
babeld
bird
fastd
fping
frr
i2pd
main
openssl
openvpn
scapy
socat
stunnel
unbound
vyos
xca
zeal-docs
/
scripts
/
build_dashing.sh
build_dashing.sh
89 B
Link permanente
Histórico
Raw
1
2
3
4
5
6
7
8
9
#!/bin/sh
set -exu
(
cd "$BASE_DIRECTORY/docs"
dashing build "$PROJECT_NAME"
)