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

9 lines
56 B
Bash
Executable File

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