Skip to content

Commit

Permalink
Installation script
Browse files Browse the repository at this point in the history
  • Loading branch information
Virinas-code committed Apr 1, 2021
1 parent 3b032a2 commit 23a714c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions install-crocrodile.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/usr/bin/bash
wget https://github.com/Virinas-code/Crocrodile/archive/refs/tags/v1.0.2.tar.gz
tar -zxvf v1.0.2.tar.gz
cd Crocrodile-1.0.2
read -p "Token : "
echo "$REPLY" > lichess.token
clear
bash start

Binary file modified my_engine/__pycache__/engine.cpython-37.pyc
Binary file not shown.

0 comments on commit 23a714c

Please sign in to comment.