Sha256: feb64458bbd4792e2908a642ed329cf247de724b085ad6bbbc3c519877066203
Contents?: true
Size: 197 Bytes
Versions: 19
Compression:
Stored size: 197 Bytes
Contents
system = require 'system' if system.args.length is 1 console.log 'Try to pass some args when invoking this script!' else for arg, i in system.args console.log i + ': ' + arg phantom.exit()
Version data entries
19 entries across 19 versions & 3 rubygems