opkg

statically linked package installer
git clone anongit@rnpnr.xyz:opkg.git
Log | Files | Refs | Feed | Submodules | README | LICENSE

printerdefs.awk (100B)


      1 BEGIN {
      2 	FS = "\\(|\\)|, "
      3 	OFS = ", "
      4 }
      5 
      6 $1 == "MPERS_PRINTER_DECL" {
      7 	print "." $3 " = " $3 ","
      8 }