Skip to content

Marc Abramowitz

  • My software
    • Atari stuff
      • Pull-Down Menus
      • Red Squares
    • Wordly for iPhone
  • Writing

Month: August 2014

ProgrammingPython

Pull request to allow supervisor to send arbitrary signals to processes

https://github.com/Supervisor/supervisor/pull/477 Let's you do stuff like: $ supervisorctl cat:0 RUNNING pid 57305, uptime 0:00:07 cat:1 RUNNING pid 57304, uptime 0:00:07 cat:2 RUNNING pid 57307, uptime 0:00:07 cat:3 RUNNING pid...
Marc 2014-08-14
bash

Check for modifications in a bunch of locally cloned git repos

Today's random tech tip of the day - how to check whether you have modifications in a bunch of different locally cloned git repos: ❯ for x in *; do echo $x ; ( cd $x; git status -s ); done contentsvc jobsvc M supervisor.conf...
Marc 2014-08-14
Theme: flowp by Alex Gurghis.
  • My software
    • Atari stuff
      • Pull-Down Menus
      • Red Squares
    • Wordly for iPhone
  • Writing