Wipe branch

This commit is contained in:
2024-03-25 09:32:11 +05:00
commit 553754cd77
22 changed files with 1490 additions and 0 deletions

3
checkmem Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
watch -n 0.1 'ps -o vsize,command,pcpu ax | sort -b -k3 -r | grep -E -i -w "[0-9]+ python"'