pip initial changes

This commit is contained in:
2025-01-14 23:41:16 +00:00
parent 03cdcffd78
commit b1b1422f3b
13 changed files with 618 additions and 1 deletions

View File

@@ -0,0 +1 @@
lsof -i tcp:8084 | awk 'NR!=1 {print $2}' | xargs kill