Initial commit

This commit is contained in:
2018-09-17 20:32:19 +08:00
commit 3a9804f020
58 changed files with 31566 additions and 0 deletions

2
killall.sh Normal file
View File

@@ -0,0 +1,2 @@
sudo pgrep -f '^io.*' | sudo xargs kill -9
sudo pgrep -f '^node-red*' | sudo xargs kill -9