#!/bin/sh
export ELECTRON_IS_DEV=0

# disable core dumps
ulimit -c 0

cd /usr/lib/bitwarden
exec electron36 /usr/lib/bitwarden/app.asar $@
