mirror of
https://github.com/DrewThomasson/ebook2audiobook.git
synced 2026-01-08 21:38:12 -05:00
6 lines
145 B
Bash
6 lines
145 B
Bash
#!/bin/bash
|
|
# Change directory to the location of the launcher
|
|
cd "$(dirname "$0")"
|
|
# Execute the ebook2audiobook.sh script
|
|
./ebook2audiobook.sh
|