ianthehenry / ctrl-c

Being interrupted as a service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ctrl-c

This is a way to interrupt remote employees as effectively as you can interrupt in-office employees.

Dependencies

Server

Client

  • bash
  • curl
  • OS X's open command
  • coreutils (sleep)

Still TODO

  • Write an interrupting client (rather than an interrupted client). Currently interruption is two step: curl -X POST and opening appear.in manually. That should be a script. The current client script should probably be renamed. ctrl-cd? ctrl-d?
  • Use an environment variable for the domain, instead of hardcoding it.
  • Add interruption of specific users by name.

About

Being interrupted as a service


Languages

Language:Shell 100.0%