User:Kevin Reid/Task list updater.e: Difference between revisions

description
m (oops, hardcoded)
(description)
 
Line 1:
This script updates the classified task lists I maintain (such as [[../E tasks]]) by moving completed tasks to the completed list and adding new tasks. It takes a language name (with underscores) as a parameter, and outputs the updated source of the task page on stdout.
 
<lang e>#!/usr/bin/env rune
pragma.syntax("0.9")