#!/bin/sh
export ELECTRON_IS_DEV=0

# disable core dumps
ulimit -c 0

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