added last steam screenshot script
This commit is contained in:
parent
14d9dfeef7
commit
ac612a40b5
5
.local/share/scripts/last-steam-screenshot.sh
Executable file
5
.local/share/scripts/last-steam-screenshot.sh
Executable 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
|
Loading…
Reference in New Issue
Block a user