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

Commit

Permalink
quick fix echo -e ?
Browse files Browse the repository at this point in the history
  • Loading branch information
makevoid committed Oct 10, 2015
1 parent 9d1512c commit d4b6c0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion paperbank_lib.rb
Expand Up @@ -47,7 +47,8 @@ def space
end

def print_send(string)
`echo -e '#{string}' > #{PRINTER}`
# `echo -e '#{string}' > #{PRINTER}` # bad suggestion, thanks pietrod T.Tv
`echo '#{string}' > #{PRINTER}`
end

end

0 comments on commit d4b6c0a

Please sign in to comment.