File: simple_server.rb

package info (click to toggle)
ruby-god 0.12.1-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 752 kB
  • sloc: ruby: 5,913; ansic: 217; makefile: 3
file content (3 lines) | stat: -rwxr-xr-x 54 bytes parent folder | download | duplicates (16)
1
2
3
#! /usr/bin/env ruby

loop { puts 'server'; sleep 1 }