1 #!/bin/sh 2 3 cd /usr/share/enemy-territory 4 ./et.x86 $@ 5 cd - 6 7 # End of File
Generated by cgit