Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 Termux 终端中运行 Ruby 脚本?我只知道如何激活IRB。
为此,您需要 root 访问权限。完成后,在 Termux 目录中创建您的 ruby 脚本(可能在“/data/data/”中——您需要 root 访问权限才能确保)。然后只需ruby rubyscript.rb在终端中运行。
ruby rubyscript.rb