jjk2 Posted April 3, 2009 Share Posted April 3, 2009 heres waht i need to do . the bash should take in arguments. like what site its giong to work with. so lets say i want www.something.com wget -r www.something.com when above is finished create www.something.com when above is finished, run a php script, using the filename created above. how can i do this in bash that works on linux ? Quote Link to comment https://forums.phpfreaks.com/topic/152476-how-can-i-make-bash-wait-for-program-to-finish/ Share on other sites More sharing options...
vvmht Posted May 11, 2009 Share Posted May 11, 2009 #!/bin/sh wget -r www.something.com ; next command ; next command Quote Link to comment https://forums.phpfreaks.com/topic/152476-how-can-i-make-bash-wait-for-program-to-finish/#findComment-831364 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.