Skip to content

Instantly share code, notes, and snippets.

@zookee1
zookee1 / tamrieltradecentre.sh
Last active February 21, 2024 16:52
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"
[core]
excludesfile = /home/zookee1/.gitignore_global
[user]
name = zookee one
email = hi@zookee.one
[push]
default = simple
[http]
[https]
[alias]