#!/usr/bin/with-contenv bash

# NodeJS wrapper
cd /kclient
s6-setuidgid abc \
  node index.js
