The scripts in this repository are mostly of value to me, I share them in case they're helpful to someone else in the spirit of openness.
As these scripts are custom made to fit my needs I'm not interested in broadening them to fit other peoples needs.
The script is designed to automate the process of hard linking script files from the cloned directory to $HOME/bin.
- Automated Linking: Creates one hard link for each script file in
$HOME/bin. - Suffix Removal: The hard link has its suffix removed to make calling the script cleaner and implementation agnostic.
- Filesystem Restriction: As hard links are used the clone directory and
$HOME/binmust reside on the same filesystem. - Permission Requirements: Ensure you have the necessary permissions to create hard links in your
$HOME/bindirectory.
This project is licensed under the MIT License - see the LICENSE.md file for details.