brew/Library/Homebrew/extend/os/system_config.rb

8 lines
144 B
Ruby
Raw Normal View History

# frozen_string_literal: true
if OS.mac?
require "extend/os/mac/system_config"
elsif OS.linux?
require "extend/os/linux/system_config"
end