Sha256: bad070022ae04bd68d1d9a3581a74b0669cedb4b1ad6ea83d079a7980f09f510
Contents?: true
Size: 171 Bytes
Versions: 2
Compression:
Stored size: 171 Bytes
Contents
#!/usr/bin/env ruby # frozen_string_literal: true require "cryptoform" begin Sync do Cryptoform.run("Cryptofile") end rescue Interrupt puts("Interrupted") end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cryptoform-0.2.0 | exe/cryptoform |
cryptoform-0.1.0 | exe/cryptoform |