add-transhell

This commit is contained in:
2023-07-31 10:14:24 +08:00
parent 1a12416ad6
commit c144bc5bba
4 changed files with 32 additions and 18 deletions

View File

@@ -0,0 +1,7 @@
#!/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."