jifunks / botany

command line virtual plant buddy
ISC License
438 stars 32 forks source link

changed shebang to increase portability @ahriman/tilde.town #22

Closed ghost closed 5 years ago

ghost commented 5 years ago

This is a change I had to make to run botany on ~institute. The change is minor and allows botany to run regardless of where python2 is installed on a system, by relying on /usr/bin/env rather than the python2 path.