js-beautify-test 151 B

1234567891011
  1. #! /bin/sh
  2. #
  3. # Test suite launcher
  4. #
  5. if [ -z $PYTHON ]; then
  6. env python js-beautify-test.py
  7. else
  8. env $PYTHON js-beautify-test.py
  9. fi