mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-23 22:52:23 +00:00
8 lines
70 B
Plaintext
8 lines
70 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
cd
|
||
|
ct-ng help
|
||
|
ct-ng list-samples
|
||
|
ct-ng list-steps
|