diff options
| author | Paul Buetow <paul@buetow.org> | 2023-08-13 13:35:40 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-08-13 13:35:40 +0300 |
| commit | 007f0d702907272018b3cf4ef8470145cd51decd (patch) | |
| tree | f1f57bebeef82e16cbe1b07a90e69f2b8f5eaffc /playground | |
| parent | 161e1cf7f39a8cc964c08297c5bf23df9d1cefc1 (diff) | |
add perl modelines. remove filewalk
Diffstat (limited to 'playground')
| -rw-r--r-- | playground/Rexfile | 4 |
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 |
