This repository has been archived on 2026-08-13. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2026-03-25 14:05:42 +08:00

6 lines
74 B
Ruby
Executable File

#!/usr/bin/env ruby
ENV['PATH'].split(':').map do |path|
puts path
end