add_cpu.sh 232 B

12345678910111213141516
  1. #/bin/env bash
  2. CFGDIR=${1:-full}
  3. echo "Add u600/u900 configs for $CFGDIR in 3s"
  4. sleep 3
  5. pushd $CFGDIR
  6. cp -f n600.json u600.json
  7. cp -f n900.json u900.json
  8. sed -i "s/n600/u600/g" u600.json
  9. sed -i "s/n900/u900/g" u900.json
  10. pushd