summaryrefslogtreecommitdiff
path: root/diff.py
diff options
context:
space:
mode:
Diffstat (limited to 'diff.py')
-rwxr-xr-xdiff.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/diff.py b/diff.py
new file mode 100755
index 0000000..3e94a56
--- /dev/null
+++ b/diff.py
@@ -0,0 +1,5 @@
+#!/usr/bin/python3
+
+from rpmlint.cli import diff
+
+diff()