mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-25 18:26:10 +01:00
4 lines
55 B
Ruby
Executable file
4 lines
55 B
Ruby
Executable file
#!/usr/bin/env ruby
|
|
|
|
require "rack"
|
|
Rack::Server.start
|