#!/bin/sh
exec python3 $(which pyflakes) "$@" $(grep -l -r '^#!.*python' .) $(find -name '*.py')
