by Ricardo “Rudxain” Fernández Serrata
Version 3 (May 18, 2021)
Download (93 downloads)
Moves WhatsApp Stories to a non-hidden Statuses folder every 12h. It uses a shell cmd to minify this process to 1 block (plus 2 error-logging blocks and 1 delay). It's also faster than AM because MV cmd is optimized for this kind of things.
I know there's a sleep cmd, but I wanted the flow to be stoppable without logging extra errors. If you want a smaller block-count (deleting everything but the shell) 📋CP this cmd instead:
sh -c 'while true; do; mkdir -p Statuses; mv {storage("primary")}/WhatsApp/Media/.Statuses/* Statuses; sleep 12h; done'
5 stars | 0 | |
4 stars | 2 | |
3 stars | 0 | |
2 stars | 0 | |
1 star | 0 | |
Reports | 0 |
Rate and review within the app in the Community section.