Difference between revisions of "Talk:Rp"
(rp usage) |
m |
||
Line 1: | Line 1: | ||
;Usage | ;Usage | ||
This script is used to manage the running and compiling of peerd instances. There are a few command line options now which are explained here: --[[User:Nad|Nad]] 12:31, 23 Jul 2006 (NZST) | This script is used to manage the running and compiling of peerd instances. There are a few command line options now which are explained here: --[[User:Nad|Nad]] 12:31, 23 Jul 2006 (NZST) | ||
− | + | ||
+ | <tt>rp</tt><br> | ||
''By itself rp will syncronise all the scripts listed in [[Bender/fileSync]], then attempt to compile [[husk.c]]. If successful, the currently running instances are killed, and then a new instance started. If the compile stage has any errors or even warnings, no processes will be killed or started.'' | ''By itself rp will syncronise all the scripts listed in [[Bender/fileSync]], then attempt to compile [[husk.c]]. If successful, the currently running instances are killed, and then a new instance started. If the compile stage has any errors or even warnings, no processes will be killed or started.'' | ||
− | + | ||
+ | <tt>rp l</tt><br> | ||
''This simply lists the currently running instances and then exits.'' | ''This simply lists the currently running instances and then exits.'' | ||
− | + | ||
+ | <tt>rp k</tt><br> | ||
''This lists and kills the currently running instances, then exits.'' | ''This lists and kills the currently running instances, then exits.'' | ||
− | + | ||
+ | <tt>rp c</tt><br> | ||
''This option skips the syncronisation of any files and goes directly to the compile stage.'' | ''This option skips the syncronisation of any files and goes directly to the compile stage.'' | ||
− | + | ||
+ | <tt>rp ''script1.c script2.c...''</tt><br> | ||
''Specifying one or more names of C script-articles will cause rp to sync only those and not check the [[Bender/fileSync]] list.'' | ''Specifying one or more names of C script-articles will cause rp to sync only those and not check the [[Bender/fileSync]] list.'' |
Revision as of 00:33, 23 July 2006
- Usage
This script is used to manage the running and compiling of peerd instances. There are a few command line options now which are explained here: --Nad 12:31, 23 Jul 2006 (NZST)
rp
By itself rp will syncronise all the scripts listed in Bender/fileSync, then attempt to compile husk.c. If successful, the currently running instances are killed, and then a new instance started. If the compile stage has any errors or even warnings, no processes will be killed or started.
rp l
This simply lists the currently running instances and then exits.
rp k
This lists and kills the currently running instances, then exits.
rp c
This option skips the syncronisation of any files and goes directly to the compile stage.
rp script1.c script2.c...
Specifying one or more names of C script-articles will cause rp to sync only those and not check the Bender/fileSync list.