6 lines
174 B
Bash
6 lines
174 B
Bash
#!/bin/bash
|
|
cd /home/showen/Showen/ShowenV2
|
|
export PATH=/home/showen/.rustup/toolchains/stable-aarch64-unknown-linux-gnu/bin:$PATH
|
|
cargo check 2>&1 | tail -80
|
|
echo "EXIT=$?"
|