On 2/12/26 10:56, Tim Chase via Remind-fans wrote:

Okay, I just tested this and, while it shouldn't surprise me, it just
worked:

   $ cat test.rem  # update the path to remind(1) accordingly
   #!/usr/local/bin/remind
   REM Feb 12 2026 MSG Today I learned you can use remind shebangs

   $ chmod +x test.rem

   $ ./test.rem
   Reminders for Thursday, 12th February, 2026 (today):

   Today I learned you can use remind shebangs

Cool! Might be worth making it more portable for when you're running the same remind file on multiple systems. ;)

#!/usr/bin/env remind
REM Feb 13 2026 MSG Today I learned you can use remind shebangs

--
JB

_______________________________________________
Remind-fans mailing list
[email protected]
https://dianne.skoll.ca/mailman/listinfo/remind-fans
Remind is at https://dianne.skoll.ca/projects/remind/

Reply via email to