This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!python | |
import os | |
import shutil | |
from zipfile import ZipFile | |
import zipfile | |
os.chdir(os.environ["HOME"] + "/Downloads") | |
def findfile(f): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!python | |
import requests | |
import os | |
import json | |
import sys | |
from prettytable import PrettyTable | |
apiKey="YOUR_KEY" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd /d/Games/World\ of\ Warcraft/ | |
if [[ $# -eq 0 ]]; then | |
cp -r /c/Users/v.yanovsky/AppData/Local/TekkenGame . | |
#check out submodule | |
cd _retail_/Interface/Addons/DOD | |
git checkout master | |
git add . |
OlderNewer