mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-28 00:28:52 +00:00
d40237cba4
Signed-off-by: Alexey Neyman <stilor@att.net>
9 lines
129 B
Bash
Executable File
9 lines
129 B
Bash
Executable File
#!/bin/bash --login
|
|
# Use --login to make sure /etc/profile is sourced
|
|
|
|
set -e
|
|
cd
|
|
ct-ng help
|
|
ct-ng list-samples
|
|
ct-ng list-steps
|