Sha256: 24cb9119f12382f27e923e7e7a6e82a76226298c9cac7acd7a4d58e4154f5845

Contents?: true

Size: 290 Bytes

Versions: 1

Compression:

Stored size: 290 Bytes

Contents

#!/usr/bin/env ruby
$LOAD_PATH.unshift(File.expand_path("../lib", File.realdirpath(File.dirname(__FILE__))))
require 'wukong'

dataflow_file = ARGV[0]
flow_name = File.basename(dataflow_file, '.rb').to_sym

load(dataflow_file)

Wukong::LocalRunner.run(Wukong.dataflow(flow_name), :default)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
wukong-3.0.0.pre bin/wu-flow