🔹 Option 1: Add scripts/ to your PATH (best if you’ll use many scripts) Suppose your folder is: /root/scripts/creator.sh Edit your shell profile: nano ~/.bashrc Add this line at the bottom: export PATH=$PATH:/root/scripts Reload it: source ~/.bashrc Now you can run it anywhere with just: creator.sh