#!/usr/bin/env bash # Use rlwrap for readline support if it exists if hash rlwrap 2>/dev/null then rlwrap lasp-repl.rb else lasp-repl.rb fi