Skip to content

Instantly share code, notes, and snippets.

@TugdualKerjan
Created December 7, 2022 14:02
Show Gist options
  • Save TugdualKerjan/e7ebd66d2475f6f8fb4c923145f9c33a to your computer and use it in GitHub Desktop.
Save TugdualKerjan/e7ebd66d2475f6f8fb4c923145f9c33a to your computer and use it in GitHub Desktop.
Super simple script to send myself a postcard a day. Pictures are synced from my phone to my computer using syncthing
#!/bin/sh
postcards-folder -v send --config /home/tugdual/.postconfig.json --message "Random picture off my automatic script"
at -f /home/tugdual/.postscript.sh tomorrow+1minutes
@TugdualKerjan
Copy link
Author

Launch this script once and it will automatically run once a day.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment