Skip to content
Snippets Groups Projects
Select Git revision
  • 091fde0d82064ded9a6fc0f50f00f014451c292d
  • master default
  • neil
  • hpgl
  • sw-shawn-liu
  • ppa
  • fran
  • trotec-port
  • fs-hotfix
  • jake
  • ml-mods
  • fabmo-app
12 results

step

Blame
  • stop mods server 530 B
    #!/bin/bash
    #
    # stop mods server
    #
    # Neil Gershenfeld 
    # (c) Massachusetts Institute of Technology 2016
    #
    # This work may be reproduced, modified, distributed, performed, and 
    # displayed for any purpose, but must acknowledge the fab modules 
    # project. Copyright is retained and must be preserved. The work is 
    # provided as is; no warranty is provided, and users accept all 
    # liability.
    #
    pkill -f "node printserver.js"
    pkill -f "node serialserver.js"
    pkill -f "http-server -p 8080"
    zenity --info --text 'mods server stopped'