added bin and wrote backup script, restore isnt finished
This commit is contained in:
7
bin/chrome
Executable file
7
bin/chrome
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
logfile="/dev/shm/chrome_log_$$"
|
||||
google-chrome-stable --enable-features=UseOzonePlatform --ozone-platform=wayland "$@" &> "$logfile"
|
||||
if [[ $? != 0 ]]; then
|
||||
printf 'Check logfile: %s\n' "$logfile"
|
||||
exit $?
|
||||
fi
|
Reference in New Issue
Block a user