Skip to content

Commit

Permalink
Create mediawiki-firejail-rsvg-convert.py
Browse files Browse the repository at this point in the history
  • Loading branch information
paladox authored Jul 17, 2023
1 parent 3afde84 commit ffbbff4
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#! /usr/bin/python3

import subprocess
import sys
subprocess.call(
[
'/usr/bin/firejail',
'--profile=/etc/firejail/mediawiki-converters.profile',
'/usr/bin/rsvg-convert',
]
+ sys.argv[1:],
)

0 comments on commit ffbbff4

Please sign in to comment.