Sha256: 913bd5684837473497e6d50a4aef9606282b87ee5d712bb0c7bc172272505560
Contents?: true
Size: 258 Bytes
Versions: 7
Compression:
Stored size: 258 Bytes
Contents
#!/usr/bin/env ruby require 'fileutils' share_path=File.expand_path("../../share", __FILE__) dyndoc_path=File.join(ENV["HOME"],"dyndoc") unless File.exist? dyndoc_path FileUtils.mkdir_p dyndoc_path FileUtils.cp_r File.join(share_path,"."),dyndoc_path end
Version data entries
7 entries across 7 versions & 1 rubygems