mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
6 lines
245 B
Bash
Executable file
6 lines
245 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# [[file:../../../Mail.org::*=pre_new=][=pre_new=:1]]
|
|
# GMI="/home/pavel/Programs/miniconda3/envs/mail/bin/gmi"
|
|
GMI="gmi"
|
|
parallel -j0 "(cd /home/pavel/Mail/{}/ && $GMI sync)" ::: thexcloud progin6304
|
|
# =pre_new=:1 ends here
|