mirror of
https://github.com/ubicloud/ubicloud.git
synced 2025-10-04 05:42:15 +08:00
Record the returned value from `common/bin/arch`, avoiding manual data entry of a host's CPU architecture.
6 lines
103 B
Ruby
Executable file
6 lines
103 B
Ruby
Executable file
#!/bin/env ruby
|
|
# frozen_string_literal: true
|
|
|
|
require_relative "../../common/lib/arch"
|
|
|
|
puts Arch.sym
|