Files
ebook2audiobook/Mac Ebook2Audiobook Launcher.command
DrewThomasson ba8143c799 Fixed Launcher
2025-02-17 18:19:56 -05:00

10 lines
242 B
Bash
Executable File

#!/bin/zsh
# Prevent Conda from initializing
export CONDA_SHLVL=0
unset CONDA_PREFIX
unset CONDA_DEFAULT_ENV
# Change directory to the location of the launcher
cd "$(dirname "$0")"
# Execute the ebook2audiobook.sh script
./ebook2audiobook.sh