Skip to content

Instantly share code, notes, and snippets.

@kimhongsu
kimhongsu / patch.sh
Created June 7, 2022 08:13 — forked from rufoa/patch.sh
sublime merge 2 build 2068 linux
#!/bin/bash
set -o errexit
set -o nounset
set -o pipefail
target="${1:-/opt/sublime_merge/sublime_merge}"
check_sha() {
local sha_valid