RosettaCodeData/Task/Create-a-file/Emacs-Lisp/create-a-file.l

4 lines
106 B
Text
Raw Permalink Normal View History

2018-08-17 15:15:24 +01:00
(shell-command "touch output.txt & mkdir docs")
(cd "~/")
(shell-command "touch output.txt & mkdir docs")