diff options
author | Malfurious <m@lfurio.us> | 2023-07-06 06:06:14 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2023-07-06 06:06:14 -0400 |
commit | d622a30a82f8ac6914926a5bfdc0e31dff6ce55d (patch) | |
tree | 14233977af248b4cc0a0eb83325b39874147fb7e /misplays.c | |
parent | 4def3856f105b1461615285c9e33750a51177994 (diff) | |
download | misplays-d622a30a82f8ac6914926a5bfdc0e31dff6ce55d.tar.gz misplays-d622a30a82f8ac6914926a5bfdc0e31dff6ce55d.zip |
Rename curshelpers unit to 'helpers'
Signed-off-by: Malfurious <m@lfurio.us>
Diffstat (limited to 'misplays.c')
-rw-r--r-- | misplays.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ #include <unistd.h> #include "console.h" -#include "curshelpers.h" +#include "helpers.h" static char *const SPLOITCMD[] = { "/bin/bash", "-c", "sploit <(echo 'io.interact()') cat", |