This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
start_appimage() { | |
APP_DIR="$1" | |
APP_PATH=$(find "$APP_DIR" -name "*.AppImage" -type f | head -n 1) | |
chmod +x "$APP_PATH" | |
"$APP_PATH" & | |
} | |
start_appimage "/drive_d/app/cursor" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mi@e5-desktop:~$ steam | |
steam.sh[28717]: Running Steam on ubuntu 20.04 64-bit | |
steam.sh[28717]: STEAM_RUNTIME is enabled automatically | |
setup.sh[28835]: Steam runtime environment up-to-date! | |
steam.sh[28717]: Steam client's requirements are satisfied | |
[2023-08-11 16:48:45] Startup - updater built Jul 28 2023 18:44:09 | |
[2023-08-11 16:48:45] Startup - Steam Client launched with: '/home/mi/.local/share/Steam/ubuntu12_32/steam' | |
08/11 16:48:45 Init: Installing breakpad exception handler for appid(steam)/version(1690583737)/tid(28926) | |
Looks like steam didn't shutdown cleanly, scheduling immediate update check | |
[2023-08-11 16:48:46] Loading cached metrics from disk (/home/mi/.local/share/Steam/package/steam_client_metrics.bin) |