mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
4 lines
109 B
Bash
Executable file
4 lines
109 B
Bash
Executable file
#!/bin/bash
|
|
eval "$(conda shell.bash hook)"
|
|
conda activate mail
|
|
(cd /home/pavel/Mail/thexcloud/ && gmi sync)
|