shithub: rgbds

Download patch

ref: 267e4bc25c951c4817012b4696e81f39d08de321
parent: c3e27217ddb534a2837c4d6e80fe869d3aca6b08
author: Rangi <remy.oukaour+rangi42@gmail.com>
date: Tue Apr 20 18:06:02 EDT 2021

rgbds.7(7) shows an example of piping rgbasm to rgblink to rgbfix

This uses one line instead of three

--- a/src/rgbds.7
+++ b/src/rgbds.7
@@ -18,6 +18,10 @@
 $ rgblink \-o baz.gb bar.o
 $ rgbfix \-v \-p 0 baz.gb
 .Ed
+Or in a single command line:
+.Bd -literal -offset indent
+$ rgbasm \-o - foo.asm | rgblink \-o - - | rgbfix \-v \-p 0 - > baz.gb
+.Ed
 .Sh SEE ALSO
 .Xr rgbasm 1 ,
 .Xr rgbfix 1 ,