diff options
author | Erich Eckner <git@eckner.net> | 2022-01-02 19:56:41 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2022-01-02 19:56:41 +0100 |
commit | 3293a73b93bcdfa91f24fc3d8818111f704a82a4 (patch) | |
tree | 04ca7e45d0b25b8fd16078337e4cbebfa42fc144 | |
parent | faace0441f890bf24e85afe54994aedbf9d26096 (diff) | |
download | Bachkantaten-3293a73b93bcdfa91f24fc3d8818111f704a82a4.tar.xz |
heutigeBachkantateAbspielen: Sortierung
-rwxr-xr-x | heutigeBachkantateAbspielen | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/heutigeBachkantateAbspielen b/heutigeBachkantateAbspielen index 59a586e..d3c7128 100755 --- a/heutigeBachkantateAbspielen +++ b/heutigeBachkantateAbspielen @@ -1,5 +1,7 @@ #!/bin/bash +LC_ALL=C + listenVerzeichnis="/home/musix/.moc/Listen" bachVerzeichnis="/home/musix/.moc/_lokal_/Bach_2000" |