File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- sudo sbcl --script ./src/main.lisp && \
4
- wkhtmltopdf ./src/my-cv.html ./src/resources/cv.david-rueda.pdf && \
5
- sudo cp -r ./src/resources /mnt/linode/my/var/www/localhost/htdocs/
3
+ wkhtmltopdf ./src/my-cv.html ./src/resources/cv.david-rueda.pdf && \
4
+ cp -r ./src/resources /home/davd/linode/var/www/localhost/htdocs/
Original file line number Diff line number Diff line change 188
188
:initial-value (:p ))))))
189
189
190
190
(defun save ()
191
- (let ((linode-html-file-path " /mnt/linode/my /var/www/localhost/htdocs/index.html" )
191
+ (let ((linode-html-file-path " /home/davd/linode /var/www/localhost/htdocs/index.html" )
192
192
(project-html-file-path " /home/davd/clisp/be-it/src/my-cv.html" ))
193
- (with-open-file (cv-file project -html-file-path :direction :output
193
+ (with-open-file (cv-file linode -html-file-path :direction :output
194
194
:if-exists :supersede )
195
195
(let ((spinneret :*html* cv-file))
196
196
(index)))))
You can’t perform that action at this time.
0 commit comments