Sha256: 66637fa95a5cee50268c1739f8d03fd8e68eb109589c9544868a452260e14021
Contents?: true
Size: 717 Bytes
Versions: 11
Compression:
Stored size: 717 Bytes
Contents
# ----------------------------------------------------------- COMMANDS -------- # The commands block defines shell commands that can be used in routines. The # ones defined here are added to the default list defined by Rye::Cmd (Rudy # executes all SSH commands via Rye). # # Usage: # # allow COMMAND-NAME # allow COMMAND-NAME, '/path/2/COMMAND' # allow COMMAND-NAME, '/path/2/COMMAND', 'default argument', 'another arg' # commands do allow :apt_get, "apt-get", :y, :q allow :gem_install, "/usr/bin/gem", "install", :n, '/usr/bin', :y, :V, "--no-rdoc", "--no-ri" allow :gem_sources, "/usr/bin/gem", "sources" allow :thin, "/usr/local/bin/thin", :d, :R, './config.ru', :l, './thin.log', :P, './thin.pid' end
Version data entries
11 entries across 11 versions & 3 rubygems