Skip to content

Passpersist_Scripts

Bill Fenner edited this page Aug 30, 2018 · 1 revision

Perl

see the simple example in local/passpersisttest

Python

You need to specify unbuffered output for python to work. The first line should look like:

#!/usr/bin/python -u

See also Pass_persist

Clone this wiki locally