pschmitt / tesmart.sh

Shell API wrapper for network-enabled TESmart KVM switches
https://github.com/pschmitt/tesmart.sh
GNU General Public License v3.0
9 stars 3 forks source link

Use readlink instead of realpath #2

Open ferrix opened 1 year ago

ferrix commented 1 year ago

The readlink executable does not exist on an OSX by default.

The functionality is the same and works at least on Ubuntu and OSX out of the box.