From 21f01db9dfbca496cfb81c45c7a3fae9cc3e529f Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Mon, 2 Oct 2023 23:14:14 +0100 Subject: [PATCH] Add version --- interpreted/ds | 3 +++ 1 file changed, 3 insertions(+) diff --git a/interpreted/ds b/interpreted/ds index 6053380..02e5796 100755 --- a/interpreted/ds +++ b/interpreted/ds @@ -27,6 +27,8 @@ use File::Find; use Cwd; use Getopt::Long; +my $version = "0.0.1"; + my $help; my $verbose; @@ -39,6 +41,7 @@ GetOptions( if ($help) { print <