Please enable JavaScript in your browser!
Home
Esplora
Aiuto
Registrati
Accedi
svicloud
/
cloud-standard
Segui
2
Vota
0
Forka
0
File
Problemi
0
Wiki
Albero (Tree):
f456488ee4
Rami (Branch)
Tag
master
cloud-standard
/
ng-docker-example
/
evlss
/
cicd
/
entry
entry
105 B
Cronologia
Originale
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash
set -e
mkdir -p dist
if [ -e ./scripts/$1 ]; then
./scripts/"$@"
else
exec "$@"
fi