From 2d879e3350c321a98d5c2539f7545c1e3f259514 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Tue, 3 Oct 2023 20:57:53 +0100 Subject: [PATCH] Adjust install.pl comments --- install.pl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.pl b/install.pl index 5e0fcab..544ed5c 100644 --- a/install.pl +++ b/install.pl @@ -1,5 +1,8 @@ #!/usr/bin/perl +# This script installs my personal scripts which can be found at +# $repo_url. + use strict; use warnings; use File::Copy;