You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, why not ? Except... All we need right now is:
Finding *nix replacement for following code:
when defined(windows):
for drive in execCmdEx("wmic logicaldisk get caption,Access", {poDaemon}).output.splitLines[1..^1]
.filterIt(it!=""):
if drive[0] != ' ': result.add drive.subStr(4).strip()
Fixing this thing to work correctly: startProcess "/bin/bash", dir_feed().path, @[command, "|| exit"]
Most important: finding any way to cross-compile stuff for other OSes under Win version of GCC.
No description provided.
The text was updated successfully, but these errors were encountered: