mirror of
https://github.com/xtool-org/xtool.git
synced 2026-02-04 11:53:30 +01:00
9 lines
139 B
Bash
Executable File
9 lines
139 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export APPIMAGE_EXTRACT_AND_RUN=1
|
|
|
|
cd "$(dirname "$0")"/..
|
|
|
|
ls -la ./appimage
|
|
./appimage/xtool-$(uname -m).AppImage --version
|