diff options
| author | mo khan <mo@mokhan.ca> | 2025-02-27 16:36:59 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-02-27 16:36:59 -0700 |
| commit | 6b048210f3c1b85f4e6344a564996d99296703e8 (patch) | |
| tree | d09708dbafd0b7ff80c1f27a05260c0055f6e4c4 /bin/sp | |
| parent | f25dacf069fa78864323e23523fc8bdbc0814778 (diff) | |
docs: remove outdated code comments
Diffstat (limited to 'bin/sp')
| -rwxr-xr-x | bin/sp | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,10 +1,7 @@ #!/usr/bin/env ruby -# Start the server by running: -# -# $ ruby main.rb - require "bundler/inline" + gemfile do source "https://rubygems.org" |
