Sha256: fc7d08f44bf96a230a2e359f08c24599a6ab8490b0ace7f552a1c8af93c40bef
Contents?: true
Size: 257 Bytes
Versions: 914
Compression:
Stored size: 257 Bytes
Contents
#!/usr/bin/env ruby require 'rbbt' workflow = ARGV.shift config_file = Rbbt.etc.remote_workflows remote_workflows = config_file.exists? ? config_file.yaml : {} remote_workflows.delete workflow Open.write(config_file.find(:user), remote_workflows.to_yaml)
Version data entries
914 entries across 914 versions & 1 rubygems