1
0
Fork 0
This repository has been archived on 2023-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
lpr-partynest/bin/setup

7 lines
157 B
Plaintext
Raw Normal View History

#!/usr/bin/env ruby
2019-04-27 12:02:25 +00:00
# frozen_string_literal: true
2019-04-27 12:13:37 +00:00
SCRIPT = File.expand_path(File.join('..', 'script', 'setup'), __dir__).freeze
2019-04-27 12:13:37 +00:00
system SCRIPT, '--initial'