diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-09-14 20:46:20 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-09-14 20:46:20 +0100 |
commit | bba4bbff596ffec0b31b44d8e4b6040549ede3fa (patch) | |
tree | 5d6cb27c0520bf46049c4a5c4c6045c09d0e45c7 | |
parent | 9a361f268a71833945582f0fd8ecf56aa34d5bcc (diff) |
added the hashbang
-rwxr-xr-x[-rw-r--r--] | dayplan.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dayplan.pl b/dayplan.pl index 7a6a77d..4faef36 100644..100755 --- a/dayplan.pl +++ b/dayplan.pl @@ -1,3 +1,4 @@ +#!/usr/bin/perl # Porting dayplan.ksh to Perl use strict; |