Please enable JavaScript in your browser!
Inicio
Explorar
Axuda
Iniciar sesión
mark22k
/
zeal-docs
réplica de
https://codeberg.org/mark22k/zeal-docs
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Rama:
main
Ramas
Etiquetas
babeld
bird
bird2
fastd
fping
frr
i2pd
main
meshtastic
openssl
openvpn
pmd
scapy
sequel
socat
spotbugs
stunnel
unbound
vyos
xca
zeal-docs
/
scripts
/
build_dashing.sh
build_dashing.sh
89 B
Permalink
Histórico
Raw
1
2
3
4
5
6
7
8
9
#!/bin/sh
set -exu
(
cd "$BASE_DIRECTORY/docs"
dashing build "$PROJECT_NAME"
)