creación de directorios web y gem

This commit is contained in:
sejo 2021-05-26 18:03:16 -05:00
parent 3c895efc1f
commit 6974d8fdba
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
#!/bin/sh
mkdir -p {web,gem}
mkdir -p web
mkdir -p gem
echo "revisando y copiando imágenes..."
for f in $(find src/ -regextype awk -regex ".*(jpg|png|gif)")