#!/bin/bash

# screen python scripts that call python rather than python3

grep '#!/usr/bin/env python' *.py | grep -v python3 | cut -d ":" -f1 > findpython2.out
