9 lines
147 B
Bash
9 lines
147 B
Bash
#!/bin/sh
|
|
|
|
|
|
git clone "https://gitlab.com/Kirstukas1/hexer.git"
|
|
cd hexer
|
|
echo Building...
|
|
make
|
|
ln -s -v -f "$(pwd)/hexer" "$HOME/.local/bin/hexer"
|