mirror of
https://github.com/samsonjs/csc360-a1-shell.git
synced 2026-03-25 08:45:52 +00:00
Make ruby -w shebang portable
This commit is contained in:
parent
5774ea89fb
commit
7cb5697809
1 changed files with 1 additions and 1 deletions
2
ruby/a1
2
ruby/a1
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env ruby -w
|
||||
#!/usr/bin/env -S ruby -w
|
||||
|
||||
require "English"
|
||||
require_relative "shell"
|
||||
|
|
|
|||
Loading…
Reference in a new issue