adjusting some scripts and small configs

This commit is contained in:
Chris Cochrun 2022-05-17 09:24:24 -05:00
parent 8bc16bd6f5
commit fc209bda6d
18 changed files with 372 additions and 81 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# Get the percentage of used memory and print it
read used total <<< $(free -m | awk '/Mem/{printf $2" "$3}')