Skip to content

Commit

Permalink
Quickload restas
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavrc committed May 4, 2013
1 parent d4e0d4a commit e9d77b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions bootscript.lisp
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
(require 'asdf)

(ql:quickload :restas)

(asdf:operate 'asdf:load-op '#:quickhist)
(restas:start '#:restas.histRenderer)
2 changes: 1 addition & 1 deletion bootscript.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
import os
from subprocess import Popen

os.environ.update({'HOME': '/home/vanharp'})
os.environ.update({'HOME': '/home/vanharp/'})
Popen(['sbcl', '--load', '/home/vanharp/workbase/QuickHist/bootscript.lisp']).wait()

0 comments on commit e9d77b5

Please sign in to comment.