macOS tools moving to my git

This commit is contained in:
2026-05-10 12:53:30 -07:00
parent 61c0d4b5f1
commit 83156ea9e8
101 changed files with 3011 additions and 0 deletions

35
idlecheck_tasks Executable file
View File

@@ -0,0 +1,35 @@
#!/bin/sh
export PATH=$PATH:/usr/bin/local
cname=`scutil --get ComputerName`
export CNAME=$cname
echo ""
echo ""
echo "// idlecheck_tasks"
echo ""
echo ""
echo "pmset -g"
echo "----------------------------------------------"
/usr/bin/pmset -g
echo ""
echo ""
echo ""
echo "pmset -g sched"
echo "----------------------------------------------"
/usr/bin/pmset -g sched
echo ""
echo ""
echo ""
echo "pmset -g assertions"
echo "----------------------------------------------"
/usr/bin/pmset -g assertions
#echo ""
#echo ""
#echo ""
#echo "ps auxc -r"
#echo "------------------------------------------"
#ps auxc -r