mirror of
https://github.com/pulb/mailnag.git
synced 2026-01-22 21:32:04 +01:00
7 lines
97 B
Bash
Executable File
7 lines
97 B
Bash
Executable File
#!/bin/bash
|
|
LIB_DIR=./Mailnag
|
|
|
|
cd $(dirname $(readlink -f $0))
|
|
python2 $LIB_DIR/mailnag.py $@ &
|
|
|