mirror of
https://github.com/imapsync/imapsync.git
synced 2025-06-06 04:37:18 +02:00
7 lines
146 B
Bash
Executable file
7 lines
146 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# $Id: i2,v 1.2 2011/03/15 01:14:15 gilles Exp gilles $
|
|
|
|
BASE=`dirname $0`
|
|
perl -I${BASE}/Mail-IMAPClient-2.2.9 ${BASE}/imapsync "$@"
|
|
|