pinkwah / steam-appmanifest

Generates appmanifest_APPID.acf files in ~/.steam/steam/SteamApps
MIT License
389 stars 43 forks source link

#! /usr/bin/env python3 #3

Closed z0rc closed 9 years ago

z0rc commented 10 years ago

As per http://docs.python.org/3/tutorial/interpreter.html#executable-python-scripts and http://stackoverflow.com/questions/2429511/why-do-people-write-usr-bin-env-python-on-the-first-line-of-a-python-script.