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
|
|
|