Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 802 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 802 Bytes

Introduction

These are my Bash scripts that I use for my Arch Linux system. They are:

  • scripts to display system or package information
  • Linux housekeeping scripts
  • scripts for backing up files and kernels
  • other miscellaneous scripts.

I have added some comments to explain the commands in the scripts. You can also email me if you have questions on how to apply these scripts to your particular system.

Additional Notes

Please check the actual commands in the script to ensure they apply to your system, as some commands are necessarily specific to each Linux system. Also, please run them as normal user, and not as root.

Further, these scripts use the Bash interpreter shebang #!/bin/bash; you can change it if you wish to invoke a different command interpreter.