bitwarden-estensione-browser/apps/desktop/resources/memory-dump-wrapper.sh

8 lines
122 B
Bash

#!/bin/sh
# disable core dumps
ulimit -c 0
APP_PATH=$(dirname "$0")
# pass through all args
$APP_PATH/bitwarden-app "$@"