This commit is contained in:
Yan 2015-05-07 11:59:43 -07:00
parent 954917cb07
commit f162f8f080

9
xortool/install Executable file
View file

@ -0,0 +1,9 @@
#!/bin/bash -e
git clone https://github.com/hellman/xortool.git
pip install -e ./xortool
mkdir -p bin
cd bin
ln -s ../xortool/xortool/{xortool,xortool-xor} .
cd ..