mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-24 23:16:42 +00:00
9d43246664
... to a more natural installation paths, and also include ct-ng into $PATH in the containers. Signed-off-by: Alexey Neyman <stilor@att.net>
8 lines
70 B
Bash
Executable File
8 lines
70 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
cd
|
|
ct-ng help
|
|
ct-ng list-samples
|
|
ct-ng list-steps
|