Add base commit
This commit is contained in:
11
scripts/install_cuddle.sh
Executable file
11
scripts/install_cuddle.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
echo "installing binary"
|
||||
|
||||
cargo install --path ../cuddle/cuddle_cli/ #--target-dir .cuddle/tmp/build --root .cuddle/dist/
|
||||
|
||||
echo "finished installing binary"
|
||||
|
||||
exit 0
|
Reference in New Issue
Block a user