mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
22 lines
491 B
Plaintext
22 lines
491 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# flips
|
|
|
|
> Create and apply IPS and BPS patches.
|
|
> More information: <https://git.disroot.org/Sir_Walrus/Flips>.
|
|
|
|
- Run Flips interactively:
|
|
|
|
`flips`
|
|
|
|
- Apply a patch to a file:
|
|
|
|
`flips --apply {{path/to/patch.bps}} {{path/to/source_file}} {{path/to/output_file}}`
|
|
|
|
- Create a patch from two files:
|
|
|
|
`flips --create {{path/to/original_file}} {{path/to/modified_file}} {{path/to/output_patch.bps}}`
|