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

9 lines
160 B
Ruby
Raw Permalink Normal View History

2020-10-10 14:16:11 +02:00
# typed: strict
# frozen_string_literal: true
if OS.mac?
require "extend/os/mac/system_config"
elsif OS.linux?
require "extend/os/linux/system_config"
end