Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Commit

Permalink
use -e in echo
Browse files Browse the repository at this point in the history
suggested by pietrod
  • Loading branch information
makevoid committed Sep 13, 2015
1 parent 021190e commit 9d1512c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions paperbank_lib.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def space
end

def print_send(string)
`echo '#{string}' > #{PRINTER}`
`echo -e '#{string}' > #{PRINTER}`
end

end
end

0 comments on commit 9d1512c

Please sign in to comment.