diff options
author | John Ankarström <john@ankarstrom.se> | 2021-12-30 13:47:50 +0100 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-12-30 13:48:10 +0100 |
commit | 49f400946633a7e8e8d657cd8a71484eb1ccf241 (patch) | |
tree | 5073569e8750ed1783dce2fa0eb7c05688e97f58 | |
parent | 987c3b5a6e0b6a800c354725d214d71e5098c1d8 (diff) | |
download | rf-master.tar.gz |
-rwxr-xr-x | rf | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,7 @@ -#!/usr/bin/perl +#!/usr/bin/env perl + +# Permission to use, copy, modify and/or distribute this software +# for any purpose with or without fee is hereby granted. use v5.12; use warnings; |