adding audacity and fixing mem script
This commit is contained in:
parent
6ad3e2f63a
commit
41d62a174e
5 changed files with 66 additions and 15 deletions
|
@ -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}')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue