Add wfinfo script
This commit is contained in:
14
wfinfo-ng
Executable file
14
wfinfo-ng
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Assumes Flatpak Steam
|
||||
logfile="$HOME/.var/app/com.valvesoftware.Steam/.steam/steam/steamapps/compatdata/230410/pfx/drive_c/users/steamuser/AppData/Local/Warframe/EE.log"
|
||||
|
||||
if ! [ -e "$logfile" ]; then
|
||||
echo "Could not find logfile: $logfile"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
exec toolbox run \
|
||||
--container wfinfo-ng \
|
||||
~/.cargo/bin/wfinfo \
|
||||
"$logfile"
|
||||
Reference in New Issue
Block a user