1
0
mirror of https://github.com/imapsync/imapsync.git synced 2024-11-17 08:12:48 +01:00
imapsync/W/paypal_reply/paypal_run_dev

27 lines
553 B
Plaintext
Raw Normal View History

2011-07-11 23:24:12 +02:00
#!/bin/sh
2017-09-23 23:54:48 +02:00
# $Id: paypal_run_dev,v 1.12 2017/02/27 04:41:36 gilles Exp gilles $
2011-07-11 23:24:12 +02:00
set -e
#set -x
# Add path to commands at home
PATH=$PATH:/g/public_html/imapsync/W/paypal_reply
2017-09-23 23:54:48 +02:00
PERL5LIB=/g/public_html/imapsync/W/Mail-IMAPClient-3.39/lib
2011-07-11 23:24:12 +02:00
export PERL5LIB
test -f /g/public_html/imapsync/W/paypal_reply/paypal_functions \
&& . /g/public_html/imapsync/W/paypal_reply/paypal_functions
DATE_1=`date`
echo "==== paypal_reply_test ===="
paypal_reply_petite_dev "$@"
echo
DATE_2=`date`
echo "Debut : $DATE_1"
echo "Fin : $DATE_2"
echo "Yo Bery GOOD !"