View Single Post

  #2 (permalink)  
Old 01-30-2006, 04:57 PM
tom tom is offline
Contributors
User
 
Join Date: Jun 2005
Location: London, UK
Posts: 213
Rep Power: 4
tom is on a distinguished road
Default

You can nohup sh or any shell script as follows:

nohup script-name arg1 arg2 &

In your case try it as follows:
Code:
nohup update-web.sh 192.168.5.200 192.168.5.220 &
Reply With Quote