chore: moved install scripts to ./bin

Done this to preemptively declutter root dir.

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
Christina Sørensen 2023-06-27 11:02:09 +02:00
parent c48819aacb
commit d43abc0624
Signed by: cafkafk
GPG key ID: CDDC792F655251ED
3 changed files with 4 additions and 4 deletions

View file

@ -1,3 +1,3 @@
#!/usr/bin/env bash #!/usr/bin/env bash
cargo rustc --release -- -C target-cpu=native cargo rustc --release -- -C target-cpu=native
cp ./target/release/gg ~/.local/bin cargo install --path .

3
bin/install_debug Executable file
View file

@ -0,0 +1,3 @@
#!/usr/bin/env bash
cargo rustc
cargo install --path .

View file

@ -1,3 +0,0 @@
#!/usr/bin/env bash
cargo rustc
cp ./target/debug/gg ~/.local/bin