Sha256: 907aadd47f20e17f8570b0e50f7552888e8346ab745e7ca51c82fe93c5f47cd1

Contents?: true

Size: 439 Bytes

Versions: 2

Compression:

Stored size: 439 Bytes

Contents

@echo off

rem The purpose of this Windows script is to let you use the etl command line with a non-gem version of AW-ETL (eg: unpacked gem, pistoned trunk).
rem Just add the current folder on top of your PATH variable to use it instead of the etl command provided with the gem release.

rem %~dp0 returns the absolute path where the current script is. We just append 'etl' to it, and forward all the arguments with %*

ruby "%~dp0etl" %*

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
colincasey-activewarehouse-etl-0.9.4 bin/etl.cmd
colincasey-activewarehouse-etl-0.9.5 bin/etl.cmd