mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-20 02:52:11 +00:00
5 lines
82 B
Python
5 lines
82 B
Python
#!/bin/bash
|
|
|
|
cd_command=`cat /usr/local/bin/mailinabox |grep cd`
|
|
|
|
if[[cd_command]] |