Skip to content

Instantly share code, notes, and snippets.

@zheltikov
zheltikov / patch.sh
Created October 29, 2021 09:42 — forked from rufoa/patch.sh
sublime merge 2 build 2059 linux
#!/bin/bash
set -o errexit
set -o nounset
set -o pipefail
target="${1:-/opt/sublime_merge/sublime_merge}"
check_sha() {
local sha_valid