mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
3 lines
114 B
Bash
Executable file
3 lines
114 B
Bash
Executable file
#!/bin/bash
|
|
GMI="/home/pavel/Programs/miniconda3/envs/mail/bin/gmi"
|
|
(cd /home/pavel/Mail/thexcloud/ && $GMI sync)
|