committed by
GitHub
3 changed files with 18 additions and 0 deletions
@ -0,0 +1,11 @@ |
|||
#!/bin/bash |
|||
# LinuxGSM fix_terraria.sh function |
|||
# Author: Daniel Gibbs |
|||
# Website: https://linuxgsm.com |
|||
# Description: Resolves an issue with Terraria. |
|||
|
|||
local commandname="FIX" |
|||
local commandaction="Fix" |
|||
local function_selfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")" |
|||
|
|||
export TERM=xterm |
Loading…
Reference in new issue