I've made a very simple bash script to run setiathome and xsetiathome. The script looks like this: #!/bin/sh ~/setiathome/setiathome -graphics & ~/setiathome/xsetiathome exit 0 My question is, since I made the setiathome process into a background process, how can I get it to terminate when I terminate the script (done by hitting Control-C at the command line)?
Thank you, Jesse
signature.asc
Description: This is a digitally signed message part
