Skip to content
Snippets Groups Projects
chiudiprogetto.bash 352 B
Newer Older
  • Learn to ignore specific revisions
  • #!/bin/bash
    
    #keycloak.bash
    #scenari.bash
    #antifurto.bash
    #server.bash
    #luci.bash
    #cloudappmanager.bash
    #domain.bash
    
    
    for i in `ps -ef | grep "org.json-1.0.0.v201011060100.jar" | grep -v "grep" | awk '{print $2}'`
    
    for i in `ps -ef | grep "start-dev" | grep -v "grep" | awk '{print $2}'`