#!/usr/bin/env ruby # Copyright (C) 2013-2016 all contributors # License: GPL-3.0+ # frozen_string_literal: true require 'dtas/unix_client' c = DTAS::UNIXClient.new puts c.req(ARGV)