Skip to content

Instantly share code, notes, and snippets.

@inklesspen
Created April 19, 2010 18:38
Show Gist options
  • Select an option

  • Save inklesspen/371415 to your computer and use it in GitHub Desktop.

Select an option

Save inklesspen/371415 to your computer and use it in GitHub Desktop.
[server:main]
use = egg:Paste#http
host = 127.0.0.1
port = 9999
[filter-app:main]
use = egg:Paste#evalerror
next = filter
[app:filter]
use = egg:PasteScript#test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment