mirror of
https://gitee.com/spark-store-project/additional-base-lib
synced 2025-09-23 20:12:22 +08:00
8 lines
703 B
Bash
8 lines
703 B
Bash
#!/bin/bash
|
|
TRANSHELL_CONTENT_USAGE="usage: $0 [command [arguments ...]]"
|
|
TRANSHELL_CONTENT_ADDITIONAL_BASE_LIB_INFO="The script is part of additional-base-lib. The package provides a simple way to solve the compatible problem between application and glibc, powered by bubblewrap."
|
|
TRANSHELL_CONTENT_SCRIPT_AUTO_DETECT="This script auto-detects normal executable and appimage, and then uses specified script to run either. If you experienced issues, you may want to use them directly."
|
|
TRANSHELL_CONTENT_APPIMAGE_INFO="for appimage, you need ablrun-appimage."
|
|
TRANSHELL_CONTENT_NORMAL_EXECUTABLE_INFO="for normal executable, you need ablrun-normal."
|
|
TRANSHELL_CONTENT_FILE_NOT_EXISTS="File not exists."
|