mirror of
https://github.com/xgui4/LCE-Qt-Launcher.git
synced 2026-07-16 06:10:50 +00:00
9 lines
126 B
Bash
Executable File
9 lines
126 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
echo "Changing directory to the images directory"
|
|
cd assets/images
|
|
echo "done"
|
|
|
|
./download_img.sh |