Skip to content

Commit fead75f

Browse files
committed
feat: dirty install script
1 parent d2f477a commit fead75f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

install.sh

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#!/usr/bin/env bash
2+
3+
set -e
4+
5+
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
6+
7+
ROOT_DIR=$SCRIPT_DIR
8+
9+
cd $ROOT_DIR
10+
11+
./build.sh
12+
cp dist/debug/cpp2b ~/.local/bin/cpp2b

0 commit comments

Comments
 (0)