start.sh 150 B

12345678910111213
  1. #!/bin/env bash
  2. touch stock.json
  3. wget -qc https://buyvm.hasstock.net/api/stock.json
  4. RESULT=$(node index.js)
  5. ./transfer.sh $RESULT
  6. rm stock.json