Date: 2025-01-25 10:31:25
Score: 0.5
Natty:
The way I'd do it:
- Create a
commons.config
file defining the variables you want to share:
#!/bin/Bash
MY_FAVORITE_NUMBER=32
- Make it executable:
chmod +x commons.config
- Load this file in the other config files (
./commons.config
)
Reasons:
- Low length (0.5):
- Has code block (-0.5):
- Low reputation (0.5):
Posted by: globglogabgalab