2024-11-11 15:08:58 +00:00
committed by Git OBS Bridge
commit b8041c0061
32 changed files with 1874 additions and 0 deletions

4
bitwarden.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
export ELECTRON_IS_DEV=0
cd XXXLIBDIRXXX/bitwarden
exec electron XXXLIBDIRXXX/bitwarden "$@"