aboutsummaryrefslogtreecommitdiff
path: root/dev_tools/scripts/install-mling.sh
blob: 5f2ee7af5f542a003ec502263815c2d46e0add0f (plain) (blame)
1
2
3
4
5
6
#!/bin/bash

cargo install --path mling

mkdir -p .temp/comp
cp .temp/target/release/*_comp.* .temp/comp/ 2>/dev/null || echo "No matching files found"