Files
vscode/resources/linux/snap/electron-launch
2019-03-21 08:26:07 +00:00

7 lines
140 B
Bash
Executable File

#!/usr/bin/env bash
# Create $XDG_RUNTIME_DIR if it doesn't exist
[ -n "$XDG_RUNTIME_DIR" ] && mkdir -p $XDG_RUNTIME_DIR -m 700
exec "$@"