diff --git a/get_dups.bat b/get_dups.bat index 63e5ef6..6103e6c 100644 --- a/get_dups.bat +++ b/get_dups.bat @@ -1,4 +1,6 @@ @echo off +:: Copyright (c) 2025 by Robert Strutts +:: License: MIT :: Activate the virtual environment call C:\Users\$env:USERNAME\Common\env_dedup\Scripts\Activate.ps1 diff --git a/get_dups.sh b/get_dups.sh index 2d986fe..215edb8 100755 --- a/get_dups.sh +++ b/get_dups.sh @@ -1,5 +1,6 @@ #!/bin/bash - +# Copyright (c) 2025 by Robert Strutts +# License: MIT source myenv/bin/activate # Check if the first argument is a directory