6 lines
144 B
Ruby
Executable file
6 lines
144 B
Ruby
Executable file
#!/usr/bin/env ruby
|
|
# frozen_string_literal: true
|
|
|
|
SCRIPT = File.expand_path(File.join('..', 'script', 'setup'), __dir__).freeze
|
|
|
|
system SCRIPT
|