Skip to content

Instantly share code, notes, and snippets.

View graphit0's full-sized avatar

graphit0

View GitHub Profile
@graphit0
graphit0 / Joplin_install_and_update.sh
Last active March 25, 2024 09:17
Joplin CPU/IO performance improvement by extracting appimage --extract flag
#!/usr/bin/env bash
# TODO:
# - to check if joplin is already running and if so, ask permission to close it
# - given Joplin's running, when clicking on icon, do not open second window, but restore from tray
# - adhere to original indentation and codestyle guidelines
set -e
trap 'handleError' ERR