354:23e5b4d4f272 default tip
Anton Shestakov <av6@dwimlabs.net>, Mon, 13 Apr 2020 19:01:24 +0800
tests: update a link

previous change 346:57df34c18757

check-in-firejail.sh

Permissions: -rwxr-xr-x

Other formats: Feeds:
#!/bin/sh
set -eu
IFOUT=eth0
firejail --profile=checker.profile --net=$IFOUT \
-- env C.UTF-8 python -u checker.py "$@" 2>&1