Posted 04 July 2016 - 12:36 AM
paw
Print files' content.
Paw is the clone of cat on CC. Line indicator and indentation support. How not, comes with libpaw, which is required for paw to work.
Installing
Spoiler
Download paw and libpaw:
pastebin get jKmipjQY pawbundle
Download only paw:
pastebin get K7watwiW paw
Download only libpaw:
pastebin get iKw3dZRw /lib/libpaw
If you downloaded pawbundle, run it.
Usage of paw
paw /path/to/file
Usage of libpaw
libpaw.readLines(fo) -- Given a file object, returns a table with the lines
libpaw.printLines(t) -- Given a table, prints the output.
libpaw.pawFile(fo) -- Given a file object, prints the output
Part of the Moonux Boottools. By thecrimulo