Helpful scripts for contributing to Terra
- Download the scripts you want from
/scripts. - Move each script to
/usr/local/bin/so they can be called as commands:
sudo mv </path/to/script_filename> /usr/local/bin/ && chmod -x /usr/local/bin/<script_filename>- Call scripts by running their filename as a command. e.g.
rpmdateorldd-dnf <arg>.
Note
You can also run these scripts without moving them to /usr/local/bin by calling them with ./path/to/<script_filename>.
You may need to chmod -x <script_filename> first to enable executability.
- Once more scripts get added, a CLI tool that includes all the scripts and corresponding
-hflags should be created and packaged. - Add documentation for how/when/why to use each script.
- Add guide for contributing new scripts.