79386532

Date: 2025-01-25 10:31:25
Score: 0.5
Natty:
Report link

The way I'd do it:

  1. Create a commons.config file defining the variables you want to share:
    #!/bin/Bash
    MY_FAVORITE_NUMBER=32
    
  2. Make it executable: chmod +x commons.config
  3. 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