Hi, An example script (question below):
#!/usr/bin/perl my($SOURCE_DIR) = @ARGV; $JAVA_CLASSPATH = $SOURCE_DIR; system("java -classpath $JAVA_CLASSPATH TextEntry 2> /dev/null &"); #interactive script follows... #want child process to exit when I exit script..." exit;
How do I kill the background process when the script exits?
In reply to how to kill background process when script exit? by Allasso
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |