CHANGELOG: Document this branch's atomic saves
[rss2email.git] / r2e
diff --git a/r2e b/r2e
index 83851b950c07f62b9521b0fc15383835702aa5c7..6b0d2440d240a2e19fb1d6296bb6ff7f5fb87ae5 100755 (executable)
--- a/r2e
+++ b/r2e
@@ -1,2 +1,5 @@
-#!/bin/sh
-python3 -c 'import rss2email; rss2email.run()' -c config -d feeds.dat $*
+#!/usr/bin/env python
+
+import rss2email.main
+
+rss2email.main.run()