Changes between Initial Version and Version 1 of Ticket #3264


Ignore:
Timestamp:
May 25, 2015, 12:54:33 AM (9 years ago)
Author:
elexis
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3264 – Description

    initial v1  
    1818{{{
    1919pidof pyrogenesis
     20}}}
     21
     22Or just use this command to kill the 0ad instance with the highest PID (usually the second instance):
     23{{{
     24kill -9 `pidof pyrogenesis | tr ' ' '\n' | sort -r | head -n 1`
    2025}}}
    2126