Help for this page

Select Code to Download


  1. or download this
      system('run_my_program.sh');
    
  2. or download this
    #!/bin/sh
    my_program &
    
  3. or download this
    system( "my_program &" );