Skip to content

Commit

Permalink
echo script folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Arial-Z committed Feb 18, 2023
1 parent 3f4224a commit 07637bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions animes-renamer.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash

SCRIPT_FOLDER=$(dirname "$(readlink -f "$0")")
echo "$SCRIPT_FOLDER"
media_type=animes
source $SCRIPT_FOLDER/.env
source $SCRIPT_FOLDER/functions.sh
Expand Down
1 change: 1 addition & 0 deletions movies-renamer.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash

SCRIPT_FOLDER=$(dirname "$(readlink -f "$0")")
echo "$SCRIPT_FOLDER"
media_type=movies
source $SCRIPT_FOLDER/.env
source $SCRIPT_FOLDER/functions.sh
Expand Down

0 comments on commit 07637bd

Please sign in to comment.