Make ruby -w shebang portable

This commit is contained in:
Sami Samhuri 2026-01-02 12:55:33 -08:00
parent 5774ea89fb
commit 7cb5697809
No known key found for this signature in database

View file

@ -1,4 +1,4 @@
#!/usr/bin/env ruby -w
#!/usr/bin/env -S ruby -w
require "English"
require_relative "shell"