44a99f2098
by Google, it is written in Python and provides an attractive and simple way to check for new mail messages. PR: ports/81998 Submitted by: David <djulien.bsd@gmail.com>
5 lines
97 B
Bash
5 lines
97 B
Bash
#! /bin/sh
|
|
# Launch notifier
|
|
#
|
|
# David <djulien.bsd@gmail.com>
|
|
cd @DATADIR@ ; python notifier.py
|