Last active 1705433157

Follow file transfers or similar actions in bash

Revision 2a8fb054c70e8e51bb7df18a719a430494d9fb55

follow.bash Raw
1#!/bin/bash
2
3while true; do echo -ne "$(du -sh -BM $1)\r"; sleep 1; done