12 lines
124 B
Plaintext
12 lines
124 B
Plaintext
|
#!/bin/sh
|
||
|
cd auto
|
||
|
./auto
|
||
|
cd ../manual/rust
|
||
|
./rust
|
||
|
. ~/.cargo/env
|
||
|
cd ../helix
|
||
|
./helix
|
||
|
cd ../starship
|
||
|
./starship
|
||
|
echo success
|