Skip to content

Instantly share code, notes, and snippets.

@kkszysiu
Created August 3, 2020 19:20
Show Gist options
  • Save kkszysiu/dac397a572a9f629580eee6596d488cb to your computer and use it in GitHub Desktop.
Save kkszysiu/dac397a572a9f629580eee6596d488cb to your computer and use it in GitHub Desktop.
Tamriel Trade Centre prices update script for macOS / OSX
#!/usr/bin/env bash
wget https://eu.tamrieltradecentre.com/download/PriceTable -O PriceTable.zip
unzip PriceTable.zip -d ./PriceTable/
cp ./PriceTable/*.lua ~/Documents/Elder\ Scrolls\ Online/live/AddOns/TamrielTradeCentre/
rm PriceTable.zip
rm -rf PriceTable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment