Zuletzt aktiv 1705433157

Follow file transfers or similar actions in bash

Änderung 2a8fb054c70e8e51bb7df18a719a430494d9fb55

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