clbarnes / pixybattle

https://github.com/WomensCodingCircle/pixybattle.git
0 stars 1 forks source link

Add shebangs to every script designed to be run from the command line #25

Closed clbarnes closed 7 years ago

clbarnes commented 7 years ago

Adding #!/usr/bin/env python as the first line of any text file tells linux that it is a python script, so you only have to sudo script_name.py instead of sudo python script_name.py.

clbarnes commented 7 years ago

Assigned to people who are actually working on main scripts.

zqwei commented 7 years ago

added to lasertag.py