UNPKG

171 Bapplication/x-shView Raw
1#!/usr/bin/env bash
2
3# 杀掉之前启动的bxjs本地调试进程
4cmd_stop(){
5 ps -e | grep node | grep ./test.ts | grep .tscache | awk '{print $1}' | xargs kill -9
6}