9 lines
148 B
Ruby
Raw Normal View History

2023-08-08 13:54:59 -07:00
# typed: strict
2022-11-20 10:49:53 -08:00
# frozen_string_literal: true
if OS.mac?
require "extend/os/mac/cleanup"
elsif OS.linux?
require "extend/os/linux/cleanup"
end