adding audacity and fixing mem script

This commit is contained in:
Chris Cochrun 2022-06-30 11:25:53 -05:00
parent 6ad3e2f63a
commit 41d62a174e
5 changed files with 66 additions and 15 deletions

View file

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