File: cloud-notify

package info (click to toggle)
emacspeak 45.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 23,404 kB
  • ctags: 5,928
  • sloc: lisp: 58,787; tcl: 1,522; cpp: 1,171; sh: 874; makefile: 821; python: 659; perl: 281; ansic: 241; xml: 71
file content (7 lines) | stat: -rwxr-xr-x 319 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
#!/bin/sh
# Use this server for notifications when emacs running in the cloud
# It just connects to local port 3333 
# It is assumed that the client has already done the appropriate reverse port forwarding.
# This also helps keeping the cloud environment simple:
# you dont need any flavor of TCL
telnet localhost 3333