Skip to content

Instantly share code, notes, and snippets.

@leptoquark1
Created November 10, 2021 10:58
Show Gist options
  • Select an option

  • Save leptoquark1/48388f8e628a1c31be0c6f5cdaebf307 to your computer and use it in GitHub Desktop.

Select an option

Save leptoquark1/48388f8e628a1c31be0c6f5cdaebf307 to your computer and use it in GitHub Desktop.
Create a "one-liner" Patch, executable in any shell without a patch file
#!/bin/zsh
patch=`pbpaste | base64`
echo "echo '$patch' | base64 -d | patch -p1" | pbcopy
echo "Clipboard converted"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment