wbooze

this is the bash script

Sep 16th, 2020
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. #!/bin/bash
  2. export SBCL_HOME=/home/oleo/sbcl-current/lib/sbcl
  3. export MY_SBCL="/home/oleo/sbcl-current/bin/sbcl --core /home/oleo/sbcl-current/lib/sbcl/sbcl.core --load createnewlimgitlab.lisp"
  4. exec rlwrap -l "/home/oleo/clim-gitlab-log" -b "[]()'\" " --remember -c -f /home/oleo/.sbcl_completions -H /home/oleo/.sbcl_history -s 65535 $MY_SBCL
  5.  
Add Comment
Please, Sign In to add comment