A modest string writer

sh.py 179B

1234567891011
  1. # -*- coding: utf-8 -*-
  2. import subprocess
  3. import sardine
  4. class Plugin(sardine.BasePlugin):
  5. def render_plain(self):
  6. return subprocess.check_output(self.data.args)