Please enable JavaScript in your browser!
Ana Sayfa
Keşfet
Yardım
Giriş Yap
mark22k
/
zeal-docs
şunun yansıması
https://codeberg.org/mark22k/zeal-docs
İzle
1
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Dal:
vyos
Dallar
Biçim İmleri
babeld
bird
fastd
fping
frr
i2pd
main
openssl
openvpn
scapy
socat
stunnel
unbound
vyos
xca
zeal-docs
/
scripts
/
download_from_git.sh
download_from_git.sh
108 B
Kalıcı Bağlantı
Geçmiş
Ham
1
2
3
4
5
6
7
8
9
#!/bin/sh
set -exu
(
cd "$BASE_DIRECTORY"
git clone --branch "$GIT_BRANCH" --depth 1 "$GIT_URL"
)