Files
simple-links/start.sh

5 lines
91 B
Bash
Raw Normal View History

if [ -z "$(ls -A /usr/src/app/public)" ]; then
echo "Directory is empty"
fi
node start