Sha256: 1c86a5917d1c1c04a6b29c1d8391b7eb9319c1f042d68bdd2443d253b6f4d047
Contents?: true
Size: 401 Bytes
Versions: 59
Compression:
Stored size: 401 Bytes
Contents
#!/usr/bin/env ruby file = File.symlink?(__FILE__) ? File.readlink(__FILE__) : __FILE__ file = File.expand_path(File.dirname(file)) $LOAD_PATH.unshift File.expand_path('../lib', file) require 'thor' require 'docker-sync/update_check' thor = File.expand_path('../tasks/stack', file) Dir.glob(File.join(thor, '/**/*.thor')).each { |taskfile| # noinspection RubyResolve load taskfile } Stack.start
Version data entries
59 entries across 59 versions & 1 rubygems