jamestomasino/burrow

add support for both gnu or bsd stat

jamestomasino opened this issue · 1 comments

The implementation of each stat command is completely unique. Find a way to test for gnu and fall-back on bsd like we're doing for getopt.

Fixed!

Added a function to test for versions of coreutils. So far it handles stat. Will eventually add support for sed & more.