Useful CLI tools (bash) for Arch Linux administration
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
787 B

5 years ago
5 years ago
5 years ago
5 years ago
  1. # Arch Linux tools
  2. Various command line tools for Arch Linux
  3. ## About
  4. This repository has various practical developer/sysadmin-oriented tools to Arch Linux.
  5. ----------------------
  6. ### Contents
  7. ## TODO - unfinished descriptions here!
  8. - **tools/getsource.sh**
  9. - What: Retrieve necessary build time files, such as PKGBUILD + patches, from remote Arch/AUR package repositories
  10. - As you execute this script, it asks for the package name on remote repository. Be exact. Default name is the name of your current working directory.
  11. - The script downloads the files to the current working directory.
  12. ----------------------
  13. ## License
  14. This repository uses GPLv3 license. Please see [LICENSE](https://github.com/Fincer/archtools/blob/master/LICENSE) files for details.