I'm trying to make a script in python to execute another script (written in perl) in a shell everytime the computer starts.
This script is called smackbook, because when you smack the screen, the computer switches to another desktop.
How can I do that?
Thanks,
Komyg
PS: I think that the script should look like this one written in Tcl/Tk:
set id [open "|terminal" r+]
puts $id "perl smack.pl\n
This script is called smackbook, because when you smack the screen, the computer switches to another desktop.
How can I do that?
Thanks,
Komyg
PS: I think that the script should look like this one written in Tcl/Tk:
set id [open "|terminal" r+]
puts $id "perl smack.pl\n