On Ubuntu,
I've created an executable file for Ruby with
bin/hello (name of the file)
#!/usr/bin/env ruby
But whenever I run bin/hello from bin's parent directory
It comes up with : No such file or directory
I'm sure there isn't any typo or anything.
What could be wrong?
bin/helloset to executable?bindirectory and type,ruby hello? Or if you type,./hello?ruby hellois working but not./hello