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

9 lines
56 B
Bash
Raw Normal View History

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