We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d524865 commit 26ad099Copy full SHA for 26ad099
bin/acsmtoepub
@@ -2,9 +2,9 @@
2
3
set -e
4
5
-# shellcheck source=../bash/functions/computer_type_functions.sh
+# shellcheck source=./bash/functions/computer_type_functions.sh
6
source "$DOTFILES/bash/functions/computer_type_functions.sh"
7
-# shellcheck source=../bash/functions/flatpak_functions.sh
+# shellcheck source=./bash/functions/flatpak_functions.sh
8
source "$DOTFILES/bash/functions/flatpak_functions.sh"
9
10
outputDir=out
@@ -19,7 +19,7 @@ for f in *.acsm; do
19
echo "Downloading file for $f"
20
acsmdownloader "$f"
21
22
- epub_name=$(ls *.epub)
+ epub_name=$(ls ./*.epub)
23
echo "Working on $epub_name"
24
mv "$epub_name" "$oldDir/$epub_name"
25
0 commit comments