5 lines
115 B
Bash
5 lines
115 B
Bash
#!/bin/sh
|
|
#
|
|
# Wrapper for the real fetchmailconf.
|
|
|
|
exec %%PYTHON_CMD%% %%PYTHON_SITELIBDIR%%/fetchmailconf.py "$@"
|