Efficiency-of-Neural-Archit.../mem_free.sh

9 lines
52 B
Bash
Executable File

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