1
0
Fork 0
mirror of synced 2024-11-18 15:15:35 -05:00
yadm/contrib
Andrey G fdbb9cfe26
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;
```
2023-12-21 21:05:50 -05:00
..
bootstrap added verbose mode for source_if_exists 2023-12-21 21:05:50 -05:00
commands Remove trailing space 2022-06-03 15:49:14 -05:00
hooks Update version number and update documentation 2021-01-07 09:24:11 -06:00