Fix script.
This commit is contained in:
parent
0701945225
commit
258b532a91
@ -3,14 +3,14 @@
|
|||||||
# Script to get anime game's wish history link for paimon.moe
|
# Script to get anime game's wish history link for paimon.moe
|
||||||
|
|
||||||
|
|
||||||
if [ $XDG_SESSION_TYPE = "wayland" ];
|
if [ $XDG_SESSION_TYPE = "wayland" ]; then
|
||||||
if cat -v ".local/share/anime-game-launcher/game/drive_c/Program Files/Genshin Impact/GenshinImpact_Data/webCaches/Cache/Cache_Data/data_2" | grep -m 1 "e20190909gacha-v2" | sed 's/1\/0\//\n/g' | grep "e20190909gacha-v2" | sed 's/global.*/global/' | wl-copy -n ; then
|
if cat -v "$HOME/.local/share/anime-game-launcher/game/drive_c/Program Files/Genshin Impact/GenshinImpact_Data/webCaches/Cache/Cache_Data/data_2" | grep "e20190909gacha-v2" | sed 's/1\/0\//\n/g' | grep "e20190909gacha-v2" | sed 's/global.*/global/' | tail -n 1 | wl-copy -n ; then
|
||||||
quick-notify "Copied wish link"
|
quick-notify "Copied wish link"
|
||||||
else
|
else
|
||||||
quick-notify "Failed to copy"
|
quick-notify "Failed to copy"
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
if cat -v ".local/share/anime-game-launcher/game/drive_c/Program Files/Genshin Impact/GenshinImpact_Data/webCaches/Cache/Cache_Data/data_2" | grep -m 1 "e20190909gacha-v2" | sed 's/1\/0\//\n/g' | grep "e20190909gacha-v2" | sed 's/global.*/global/' | xclip -sel c ; then
|
if cat -v "$HOME/.local/share/anime-game-launcher/game/drive_c/Program Files/Genshin Impact/GenshinImpact_Data/webCaches/Cache/Cache_Data/data_2" | grep "e20190909gacha-v2" | sed 's/1\/0\//\n/g' | grep "e20190909gacha-v2" | sed 's/global.*/global/' | tail -n 1 | xclip -sel c ; then
|
||||||
quick-notify "Copied wish link"
|
quick-notify "Copied wish link"
|
||||||
else
|
else
|
||||||
quick-notify "Failed to copy"
|
quick-notify "Failed to copy"
|
||||||
|
Loading…
Reference in New Issue
Block a user