run_dev.sh 86 B

12345678
  1. export STAGE="local"
  2. cd ./bin_dev
  3. while true; do
  4. ./wartank_dev
  5. sleep 1
  6. done