Sha256: bd42ad1e02ececa35ab568d776548a8ebdcc84df56b47b26b389df6a7370c5a5
Contents?: true
Size: 794 Bytes
Versions: 3
Compression:
Stored size: 794 Bytes
Contents
#!/usr/bin/env ruby -KU # == Sinopsis # DataGateway actua como una 'pasarela de bases de datos'. Permite trasnferir datos de # un origen a un destino, incluso en maquinas diferentes usando el proteocolo # sftp. # # # == Ejemplos # # # == Usage # Ejecute datagw.rb -g proyecto # # Para ayuda use: datagw -h # # == Options # -h, --help Displays help message # -e, --environment Select the execution environment # -q, --quiet Output as little as possible, overrides verbose # -v, --version Print version and quit # -d, --debug Debug mode # # == Author # Jorge L. Cangas # # == Copyright # Copyright (c) 2008 Jorge L. Cangas $KCODE = 'UTF8' require 'rubygems' require 'datagateway' AppConfig.run
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jcangas-datagateway-1.2.2 | bin/datagw |
jcangas-datagateway-1.4.4 | bin/datagw |
jcangas-datagateway-1.5.0 | bin/datagw |