Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add example of bootstrap that can be used to run other scripts #476

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Dec 21, 2023

  1. Create bootstrap-source

    Add example of bootstrap that can be used to run interactive shell scripts
    plandem committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    f76eecc View commit details
    Browse the repository at this point in the history
  2. linting

    plandem committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    5a2ed6c View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. added verbose mode for source_if_exists

    and also expecting `file` instead of `source` as env. variable to make that possible without dancing around: 
    ```
    #!/bin/bash
    
    file=backup && yadm bootstrap;
    file=install && yadm bootstrap;
    file=configure &&yadm bootstrap;
    ```
    plandem committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    fdbb9cf View commit details
    Browse the repository at this point in the history