bayesiancnn/mem_free.sh

8 lines
59 B
Bash
Executable File

#!/usr/bin/env bash
while true
do
free -h >> $1
done