You are not logged in.
Closely related to the question I just posted to Unix Stack Exchange, but tailored specifically to netctl and posted here due to (quote from wiki):
It is a native Arch Linux project for network configuration.
Having started to write a pattern matcher for netctl profiles and testing what values does it accept, I started to notice some Bash-ful flavor. Checking out the source repository, I found out that the requested profiles are directly sourced into managing bash scripts and as simple as that, appear to really be bash snippets.
Apparently, bash is not that friendly when it comes to external parsing.
Working with C# / Mono (not limited to, but preferred) what are my options to expose netctl profiles for programmatic management?
Offline