I use an OSX laptop and use this tool on my servers.
Add a check for what platform I am on.
For example 'ls -G' for colour on OSX and 'ls --color=auto' for linux (since -G does something else on GNU ls)
I don't know how it needs to be handled just yet. may need to make two versions of certain files.
I use an OSX laptop and use this tool on my servers.
Add a check for what platform I am on.
For example 'ls -G' for colour on OSX and 'ls --color=auto' for linux (since -G does something else on GNU ls)
I don't know how it needs to be handled just yet. may need to make two versions of certain files.