summary refs log tree commit
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2009-12-26 16:42:00 -0600
committerJoshua Peek <josh@joshpeek.com>2009-12-26 16:42:00 -0600
commite43e4d85baae52f29613a6721109ea5cd0fd18f2 (patch)
tree0cf4045c4a241f33a335dcc3944602f254235c73
parent9ce4c79432d9e0f545700ae2b352b6b1f8f2f1c5 (diff)
downloadrack-e43e4d85baae52f29613a6721109ea5cd0fd18f2.tar.gz
Add shebang back to rackup
-rwxr-xr-xbin/rackup2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/rackup b/bin/rackup
index a6f98913..ad94af4b 100755
--- a/bin/rackup
+++ b/bin/rackup
@@ -1,2 +1,4 @@
+#!/usr/bin/env ruby
+
 require "rack"
 Rack::Server.start