Merge pull request #1 from SectorLabs/fix-rm-for-path-with-spaces
Fix chromium previous sessions removal
This commit is contained in:
commit
893a29dca3
@ -26,7 +26,7 @@ if [ -f .config/chromium/Default/Preferences ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Remove notes of previous sessions, if any
|
# Remove notes of previous sessions, if any
|
||||||
find .config/chromium/ -name "Last *" | xargs rm
|
find .config/chromium/ -name "Last *" -exec rm {} +
|
||||||
|
|
||||||
# Start and detach Chromium
|
# Start and detach Chromium
|
||||||
# http://peter.sh/experiments/chromium-command-line-switches/
|
# http://peter.sh/experiments/chromium-command-line-switches/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user