Guest User

Untitled

a guest
Apr 24th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. $ cat test.rb
  2. #!/usr/bin/env winruby
  3.  
  4. print "Input someting: "
  5. puts "Got: #{gets}"
  6. sleep(100)
  7.  
  8. $ ./test.rb
  9. /usr/bin/env: ‘winruby’: No such file or directory
  10.  
  11. tv185035@WCZTV185035-001 ~
  12. $ winruby --version
  13. ruby 2.5.1p57 (2018-03-29 revision 63029) [x64-mingw32]
  14.  
  15. tv185035@WCZTV185035-001 ~
  16. $ env winruby --version
  17. env: ‘winruby’: No such file or directory
  18.  
  19. tv185035@WCZTV185035-001 ~
  20. $ which winruby
  21. /home/tv185035/bin/winruby
Add Comment
Please, Sign In to add comment