File: crusader.sh

package info (click to toggle)
rust-bit-vec 0.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 240 kB
  • sloc: sh: 7; makefile: 2
file content (11 lines) | stat: -rwxr-xr-x 172 bytes parent folder | download | duplicates (61)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

git clone https://github.com/brson/cargo-crusader
cd cargo-crusader
cargo build --release
export PATH=$PATH:`pwd`/target/release/
cd ../

cargo crusader

exit