We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3f0801 commit 3a5a149Copy full SHA for 3a5a149
packages/srtcpy.sh
@@ -5,7 +5,7 @@ if [ -z "$1" ]; then
5
fi
6
7
filename="$1"
8
-srt_filename="${filename%.*}.srt" # Remove extension (if any) and append .srt
+srt_filename="${filename%.*}.en.srt" # Remove extension (if any) and append .srt
9
10
# Check if the .srt file exists
11
if [ ! -f "$srt_filename" ]; then
0 commit comments