aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorterminaldweller <devi@terminaldweller.com>2024-06-09 23:26:15 +0000
committerterminaldweller <devi@terminaldweller.com>2024-06-09 23:26:15 +0000
commit5f5ea88cf8a0d147c7ff1cc9332ebd1430ca78e8 (patch)
tree8be77fbf54a19a1b8116f534ee243473c3b23259 /plugins
parentupdated the example lua script in the readme (diff)
downloadmilla-5f5ea88cf8a0d147c7ff1cc9332ebd1430ca78e8.tar.gz
milla-5f5ea88cf8a0d147c7ff1cc9332ebd1430ca78e8.zip
fixes #33
Diffstat (limited to 'plugins')
-rw-r--r--plugins/rss.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/rss.lua b/plugins/rss.lua
index aa9c757..880a0fd 100644
--- a/plugins/rss.lua
+++ b/plugins/rss.lua
@@ -1,5 +1,3 @@
-#!/usr/bin/env lua5.1
-
local milla = require("milla")
local yaml = require("yaml")
local http = require("http")