Skip to content

Instantly share code, notes, and snippets.

@skeevy420
Last active December 27, 2015 04:59
Show Gist options
  • Save skeevy420/7270636 to your computer and use it in GitHub Desktop.
Save skeevy420/7270636 to your computer and use it in GitHub Desktop.
#!/bin/bash
script=`readlink -f -- "$1"`
case "$script" in
/android/atrix-hd/*|/android/atrix-hd/pacman/.repo/repo/*|/android/bin/repo)
exec python2 "$@"
;;
esac
exec python3 "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment