init repo

This commit is contained in:
2026-03-25 14:05:42 +08:00
commit 7dc0b7c337
2 changed files with 21 additions and 0 deletions

5
,path Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env ruby
ENV['PATH'].split(':').map do |path|
puts path
end