7 lines
124 B
Bash
Executable File
7 lines
124 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export APPIMAGE_EXTRACT_AND_RUN=1
|
|
|
|
chmod +x PyBitmessage-*-x86_64.AppImage
|
|
./PyBitmessage-*-x86_64.AppImage -t
|