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

9 lines
52 B
Bash
Raw Normal View History

2022-04-16 12:20:44 +00:00
#!/bin/bash
while true
do
free -h >> $1
done