Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 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