added last steam screenshot script

This commit is contained in:
Djeeberjr 2022-09-08 01:49:41 +02:00
parent 14d9dfeef7
commit ac612a40b5

View File

@ -0,0 +1,5 @@
#!/usr/bin/env sh
WEIRD_NUMBER="115748555" #steamID3
find "$HOME/.local/share/Steam/userdata/$WEIRD_NUMBER/760" -type f -name "*.jpg" -not -path "*/thumbnails/*" -printf "%T@ %p\n" | sort --reverse | cut -d' ' -f2