ESL-89: fix install path and single_command require

This commit is contained in:
Brian West
2014-04-07 15:26:13 -05:00
parent d6fa81b4b7
commit 7bc92a11af
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
#! /usr/bin/ruby
require_relative './ESL'
require 'ESL'
HOST = '127.0.0.1'.to_s
PORT = '8021'.to_s