Scripts version 2250

This commit is contained in:
Mikhail Tergoev
2024-02-02 15:01:22 +03:00
parent 2169763824
commit 47e625d370
15 changed files with 131 additions and 51 deletions

View File

@ -5,10 +5,7 @@
PROGNAME="PortProton"
# PERSONAL_NAME="$(grep PersonaName "$HOME/.local/share/Steam/config/loginusers.vdf" | awk -F'"' '{print $4}')"
SCVDF="shortcuts.vdf"
SCPATH="$STUIDPATH/config/$SCVDF"
if [[ ! -f "$SCPATH" ]] ; then
if [[ ! -f "$SCPATH" ]] ; then
echo '0073686f727463757473000808' | xxd -r -p > "$SCPATH"
fi