src/clfswm-util.lisp (update-menus): Follow XDG specifications instead of the non...
[clfswm.git] / contrib / server / test.sh
blob733d15eda7e1f4365f1af8fc1e1205461a6a0207
1 #! /bin/sh
3 clisp load.lisp "(print 'toto) (print (+ 2 2))" "(leave-frame)" " quit "
4 #cmucl -load load.lisp "(print 'toto)" "(print (+ 2 2))" "(leave-frame)" "quit"
5 #sbcl --load load.lisp "(print 'toto)" "(print (+ 2 2))" "(leave-frame)" "quit"
6 #ccl --load load.lisp -- "(print 'toto)" "(print (+ 2 2))" "(leave-frame)" "quit"
7 #/tmp/local/bin/clfswm-client "(print 'toto)" "(print 'toto) (print (+ 2 2))" "(leave-frame)" "quit"