mirror of
https://github.com/danbee/dotfiles-local
synced 2025-03-04 08:49:07 +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
|