mirror of
https://github.com/fscotto/infra.git
synced 2026-07-29 16:20:01 +00:00
8 lines
61 B
Bash
Executable File
8 lines
61 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
mbsync -a & pid1=$!
|
|
wait $pid1
|
|
|
|
mu index
|
|
|