我创建了一个shell脚本来自动化某些进程,类似于:
#!/bin/bash ruby RubyFile.rb
但是,当我运行此脚本时,我收到此错误:
红宝石(2882):不允许操作
谁知道这到底是什么?
ruby shell
ruby ×1
shell ×1