Skip to content

Instantly share code, notes, and snippets.

[core]
excludesfile = /home/zookee1/.gitignore_global
[user]
name = zookee one
email = [email protected]
[push]
default = simple
[http]
[https]
[alias]
@zookee1
zookee1 / tamrieltradecentre.sh
Last active June 27, 2024 16:10
Tamriel Trade Centre Update
#!/bin/bash
REGION="eu" # eu or us
TTC="/mnt/games/SteamLibrary/steamapps/compatdata/306130/pfx/drive_c/users/steamuser/My Documents/Elder Scrolls Online/live/AddOns/TamrielTradeCentre"
ZIP="/tmp/PriceTable.zip"
wget -O $ZIP https://$REGION.tamrieltradecentre.com/download/PriceTable
unzip -o $ZIP -d "$TTC"