Record the returned value from `common/bin/arch`, avoiding manual data entry of a host's CPU architecture.
7 lines
103 B
Ruby
Executable File
7 lines
103 B
Ruby
Executable File
#!/bin/env ruby
|
|
# frozen_string_literal: true
|
|
|
|
require_relative "../../common/lib/arch"
|
|
|
|
puts Arch.sym
|