Τώρα μένει να γράψουμε boot loader. Oh wait...
Giorgos Keramidas
keramida at ceid.upatras.gr
Thu Mar 13 11:46:35 EET 2008
Από το ναι-κι-αυτό-γίνεται department...
$ cat ~/bin/emacs-script
exec emacs -Q -batch --load "$@"
$ cat -n ~/hello.el
1 #!/usr/bin/env emacs-script
2
3 (let ((my-name (or (getenv "LOGNAME")
4 (getenv "USER")
5 "Unknown sentient entity")))
6 (message "%s says `Hi!' to the world of Emacs Lisp scripting." my-name))
$ chmod 0755 ~/hello.el
$ ~/hello.el
keramida says `Hi!' to the world of Emacs Lisp scripting.
$
Τώρα αφήνω τη φαντασία σας να οργιάσει. Ο πρώτος, πάντως, που θα
γράψει UNIX shell που έχει ως scripting & interaction γλώσσα την
Emacs Lisp κερδίζει το βραβείο του «καμμένου της εκατονταετίας» :-)
More information about the Linux-greek-users
mailing list