summaryrefslogtreecommitdiff
path: root/playground
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2023-08-13 13:35:40 +0300
committerPaul Buetow <paul@buetow.org>2023-08-13 13:35:40 +0300
commit007f0d702907272018b3cf4ef8470145cd51decd (patch)
treef1f57bebeef82e16cbe1b07a90e69f2b8f5eaffc /playground
parent161e1cf7f39a8cc964c08297c5bf23df9d1cefc1 (diff)
add perl modelines. remove filewalk
Diffstat (limited to 'playground')
-rw-r--r--playground/Rexfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/playground/Rexfile b/playground/Rexfile
index 6fe5f8c..056a82e 100644
--- a/playground/Rexfile
+++ b/playground/Rexfile
@@ -19,4 +19,6 @@ task 'openbsd_cron_test', group => 'openbsd_canary', sub {
day_of_week => '*',
command => '/path/to/your/cronjob',
};
-}; \ No newline at end of file
+};
+
+# vim: syntax=perl