Sha256: f34f5b9094965135a88a7b495b70f073949d3f8069a82c3735d9f357291da2e9
Contents?: true
Size: 447 Bytes
Versions: 20
Compression:
Stored size: 447 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
20 entries across 20 versions & 8 rubygems