wmde-rp/wmde-rp-progress.sh

12 lines
119 B
Bash
Raw Normal View History

2025-04-24 19:57:52 +00:00
#!/bin/sh
while true; do
size=$(du -sh $1 | cut -f1)
echo "Loading roaming profile: $size of $2."
sleep 3
done