Another update from ingydotnet^djgoku
This commit is contained in:
parent
91df62d461
commit
948b86eafa
7604 changed files with 108452 additions and 22726 deletions
|
|
@ -0,0 +1,8 @@
|
|||
(defun sh (cmd)
|
||||
#+clisp (shell cmd)
|
||||
#+ecl (si:system cmd)
|
||||
#+sbcl (sb-ext:run-program "/bin/sh" (list "-c" cmd) :input nil :output *standard-output*)
|
||||
#+clozure (ccl:run-program "/bin/sh" (list "-c" cmd) :input nil :output *standard-output*))
|
||||
(sh "xdotool mousemove 0 0 click 1")
|
||||
(sleep 2)
|
||||
(sh "xdotool mousemove 300 300 click 1")
|
||||
Loading…
Add table
Add a link
Reference in a new issue