Sha256: d5feca83ed4b28d22617bba34782fc48a57d06c3345dbc45641c45b4d7e4d8c7
Contents?: true
Size: 280 Bytes
Versions: 81
Compression:
Stored size: 280 Bytes
Contents
#!/usr/bin/env ruby root = File.expand_path '../database', __dir__ script_filename = 'uninstall.sh' script_filepath = File.join root, script_filename system script_filepath script_filename = 'install.sh' script_filepath = File.join root, script_filename system script_filepath
Version data entries
81 entries across 81 versions & 4 rubygems