mirror of
https://github.com/danbee/dotfiles-local
synced 2026-06-21 06:42:23 +00:00
7 lines
86 B
Ruby
Executable File
7 lines
86 B
Ruby
Executable File
#!/usr/bin/env ruby
|
|
|
|
require_relative "lib/tools"
|
|
|
|
tools = Tools.new
|
|
tools.list_tools
|