mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
slave: exec shell from conf
This commit is contained in:
parent
19aaa7b774
commit
153894eb73
3 changed files with 89 additions and 4 deletions
2
slave.h
2
slave.h
|
|
@ -1,4 +1,4 @@
|
|||
#pragma once
|
||||
#include <stdbool.h>
|
||||
|
||||
void slave_spawn(int ptmx);
|
||||
void slave_spawn(int ptmx, char *cmd);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue