alot of random crap

This commit is contained in:
Chris Cochrun 2021-08-25 05:13:34 -05:00
parent 4f4bf30170
commit e75be2bdfa
9 changed files with 34 additions and 38 deletions

View file

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