我写了一张篮子,穿透各种设置步骤。
最基本的版本是,
#!/bin/bash
# ruby_wrapper.sh
ruby
现在,我希望能够像正常的废墟一样利用这一包裹! 具体地说,我想创建一种使用这一“口译”的文件。
#!/path/to/ruby_wrapper.sh
# my_file.rb
puts "hello world"
因此,我希望能够做以下工作:$ /my_file.rb
,而不是$、_wrapper.sh my_file.rb
。
这是可能的吗?
The documentation claims it isn t.
Note that the interpreter may not itself be an interpreter script.
但我看不出为什么。 是否有任何想法来解决这一问题?