7 lines
103 B
Bash
Executable File
7 lines
103 B
Bash
Executable File
#!/bin/bash
|
|
set -ex
|
|
|
|
./fmt.sh -- --write-mode=diff
|
|
./test.sh
|
|
cargo build --target=x86_64-unknown-redox
|