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
Allow calling POSIX shell functions via a ppplugin plugin.
This can be achieved by either embedding a shell interpreter into the library or make use of the available shells on the system and creating subprocesses with these shells.
The text was updated successfully, but these errors were encountered:
Allow calling POSIX shell functions via a
ppplugin
plugin.This can be achieved by either embedding a shell interpreter into the library or make use of the available shells on the system and creating subprocesses with these shells.
The text was updated successfully, but these errors were encountered: