summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/checkkeys.pl2
-rwxr-xr-xscripts/checkopts.pl2
-rwxr-xr-xscripts/update-todo.sh4
3 files changed, 6 insertions, 2 deletions
diff --git a/scripts/checkkeys.pl b/scripts/checkkeys.pl
index 54978c5..ecf01e0 100755
--- a/scripts/checkkeys.pl
+++ b/scripts/checkkeys.pl
@@ -1,5 +1,5 @@
#!/usr/bin/env perl
-## Copyright © 2011 by Daniel Friesel <derf@finalrewind.org>
+## Copyright © 2011 by Birte Kristina Friesel <derf@finalrewind.org>
## License: WTFPL:
## 0. You just DO WHAT THE FUCK YOU WANT TO.
use strict;
diff --git a/scripts/checkopts.pl b/scripts/checkopts.pl
index ec82343..e5779ca 100755
--- a/scripts/checkopts.pl
+++ b/scripts/checkopts.pl
@@ -1,5 +1,5 @@
#!/usr/bin/env perl
-## Copyright © 2010 by Daniel Friesel <derf@derf.homelinux.org>
+## Copyright © 2010 by Birte Kristina Friesel <derf@finalrewind.org>
## License: WTFPL <http://sam.zoy.org/wtfpl>
use strict;
use warnings;
diff --git a/scripts/update-todo.sh b/scripts/update-todo.sh
new file mode 100755
index 0000000..962ad70
--- /dev/null
+++ b/scripts/update-todo.sh
@@ -0,0 +1,4 @@
+#!/bin/sh -e
+
+ghi --repo=derf/feh --verbose list > TODO
+git commit -m 'Update TODO (via github)' TODO