Source Code for Me (s-c.me)

Allows you to paste souce code to blogs! Adapted for Twitter! Here is Search Form in case you missed your code.
Code:
Selected Language:
Show Linenumbers:
Short link for Twitter:
HTML:

HTML view:

Copy Source | Copy HTML
  1. #!/usr/bin/expect -f
  2. set pid [lindex $argv 0]
  3. log_user 0
  4. spawn telnet 192.168.1.1
  5. expect "BusyBox on router login:" {send "root\r"}
  6. expect "Password:" {send "Admin\r"}
  7. expect "#" {send "kill $pid"}
  8. send "exit\r"
  9. expect eof

Based on Manoli.Net's CodeFormatter. Made by Topbot (c) 2008-2010
Some API could be found at http://s-c.me/WS/HighLight.asmx