File: cloud-notify

package info (click to toggle)
emacspeak 53.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 33,740 kB
  • sloc: lisp: 56,394; xml: 52,463; tcl: 1,333; cpp: 1,168; sh: 859; makefile: 739; python: 547; perl: 509; javascript: 191; ansic: 82
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