4 lines
130 B
Common Lisp
4 lines
130 B
Common Lisp
(call 'mv "input.txt" "output.txt")
|
|
(call 'mv "docs" "mydocs")
|
|
(call 'mv "/input.txt" "/output.txt")
|
|
(call 'mv "/docs" "/mydocs")
|