mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 23:49:56 +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
|
|
|