Skip to content

Instantly share code, notes, and snippets.

View zeemyself's full-sized avatar

Swas Kunakorn zeemyself

  • In your heart <3
View GitHub Profile
@zeemyself
zeemyself / jbppatch.sh
Created October 28, 2024 09:04 — forked from emaballarin/jbppatch.sh
[MacOS] Easily make incompatible JetBrains plugins "magically" compatible again!
#!/bin/bash -li
PNAME="$1"
PVER="$2"
JARNAME="${3-$PNAME}"
mkdir -p ./EXT01/
cd ./EXT01/ || exit
unzip ../"${PNAME}"-"${PVER}".zip
rm -f ../"${PNAME}"-"${PVER}".zip
mv ./"${PNAME}"/lib/"${JARNAME}"-"${PVER}".jar ./"${JARNAME}"-"${PVER}".zip