start.sh 81 B

123456789
  1. #!bin/bash
  2. GREEN='\033[0;32m'
  3. while :
  4. do
  5. echo ""
  6. npm start
  7. sleep 1
  8. done