mirror of
https://github.com/xtool-org/xtool.git
synced 2026-02-09 20:38:47 +01:00
9 lines
131 B
Bash
Executable File
9 lines
131 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export APPIMAGE_EXTRACT_AND_RUN=1
|
|
|
|
cd "$(dirname "$0")"
|
|
|
|
ls -la ./appimage
|
|
./appimage/xtool-x86_64.AppImage --version
|