mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-07 03:19:14 +00:00
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
|