1 2 3 4 5 6 7
#!/bin/sh if [ `which rpython`X = X ]; then echo 'RPython not found. Not building. Use CPython or Skulpt instead.' else python `which rpython` src/zowie.py fi