whereami icon indicating copy to clipboard operation
whereami copied to clipboard

added aix support

Open tkoecker opened this issue 4 years ago • 0 comments

This patch adds support for AIX (tested with AIX 6.1, and 7).

getExecutablePath assumes that the current working directory was not changed since the program start. To my knowledge there is no way to get the full path to the executable (except to get the inode of the executable from /proc//map, and to traverse the whole filesystem searching for the file with that inode number).

tkoecker avatar Nov 19 '21 09:11 tkoecker