In the program code, i saw it is a python script, so i used google to find out how to run it:
Open terminal and use the command:
Code:
python path/to/script [options]
Since i don't know if i need any options, i used:
Code:
python /Users/***/Downloads/skialservers
*** = my username
this is what i get:
Code:
Traceback (most recent call last):
File "/Users/***/Downloads/skialservers", line 24, in <module>
c = imp.load_compiled('__main__', tp.name)
ImportError: Bad magic number in /var/folders/AA/AAoQYt4bFTCknwNF51Og6k+++TI/-Tmp-/tmp9K0BxM
I checked tf2, just to be sure, but it didn't work