8 lines
93 B
Fish
Executable file
8 lines
93 B
Fish
Executable file
#!/usr/bin/env fish
|
|
|
|
pushd showbits-thermal-printer
|
|
|
|
cargo build --release
|
|
or return 1
|
|
|
|
popd
|