generated from Fascinated/nextjs-13-template-with-tailwindcss
This commit is contained in:
parent
f6e4e98965
commit
c28f50f49e
2
start.sh
2
start.sh
@ -11,7 +11,7 @@ if [ -z "$(ls -A $workDir/public)" ]; then
|
|||||||
for item in "${toDownload[@]}"
|
for item in "${toDownload[@]}"
|
||||||
do
|
do
|
||||||
dir=$workDir/public/$item
|
dir=$workDir/public/$item
|
||||||
if [ -e "$dir" ]; then
|
if [ ! -e "$dir" ]; then
|
||||||
echo "Downloading $item to directory $dir"
|
echo "Downloading $item to directory $dir"
|
||||||
wget -P $dir $baseUrl$item
|
wget -P $dir $baseUrl$item
|
||||||
echo "Done"
|
echo "Done"
|
||||||
|
Loading…
Reference in New Issue
Block a user