Created
August 5, 2022 21:45
-
-
Save DexterHaslem/24b2f68de62073ac8b4ed2ad3a6576f5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/fish | |
set ext ".demo" | |
set prev (date -d "-1 month" +%Y-%m) | |
cd ~/cdserver/demos/server | |
mkdir -p $prev | |
mv $prev*$ext $prev | |
# cron it | |
# 0 0 1 * * fish organize-demos.fish |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment