From 464ce8987c941b331c1d6c4a347b02f4e15e0142 Mon Sep 17 00:00:00 2001 From: Bruno21 Date: Tue, 14 Nov 2023 12:47:45 +0100 Subject: [PATCH] v 2.0 --- keywords2insta.sh | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/keywords2insta.sh b/keywords2insta.sh index 3bf87c1..97b5f83 100755 --- a/keywords2insta.sh +++ b/keywords2insta.sh @@ -32,13 +32,10 @@ opt_wildlife=false opt_all=true long_path=`pwd`"/"`basename "$0"` # /Users/bruno/Documents/Scripts/kymsu2/keywords2insta.sh +# long: /Users/bruno/Documents/GitHub/GooFuzz/keywords2insta.sh #long_path=$(realpath "$0") # vide -echo "long: $long_path" - -dir=$(dirname "$0") -#dir="$0" -echo "dir: $dir" +dir=$(dirname "$0") # /Users/bruno/Documents/Scripts/keywords2insta trim () { @@ -194,6 +191,8 @@ fi [ ! -f "$file" ] && echo -e "${bold}${red}No input file !${reset}" && exit 2 +echo -e "\n${greenbold}keywords2insta${reset} v2.0" + # dico français / anglais fr=() @@ -221,8 +220,6 @@ if [ -f $dir/keywords.csv ]; then fi -echo -e "\n${greenbold}keywords2insta${reset} v2.0" - echo -e "\n${bold}Reading $file exif...${reset}" # The exiftool application exits with a status of 0 on success, or 1 if an