#!/bin/bash set -eu cd $HOME/wallet-webex git clean -fdx git fetch # reset to updated upstream branch, but only if we're tracking a branch branch=$(git rev-parse --abbrev-ref --symbolic-full-name @{u} 2>/dev/null || echo HEAD) git reset --hard "$branch" git submodule update --remote tsc # use 'make' once yarn problems art fixed. # call python3 selenium script python3 $HOME/wallet-webex/selenium/withdraw_buy.py \ --ext-unpacked=$HOME/wallet-webex