aboutsummaryrefslogtreecommitdiff
path: root/src/shell.c
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2022-03-07 10:12:05 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2022-03-07 10:12:05 +0100
commitf6df8471931faeac7be76b8cdedc6daa48ab961d (patch)
treeb0d1f6181ed480975d041630858c96d661b47801 /src/shell.c
parentecd8bbf2c0b7a4ca20c9cdc5f8f26836d4082c36 (diff)
downloadnissy-f6df8471931faeac7be76b8cdedc6daa48ab961d.tar.gz
nissy-f6df8471931faeac7be76b8cdedc6daa48ab961d.zip
Set up for adding freemem command
Diffstat (limited to 'src/shell.c')
-rw-r--r--src/shell.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shell.c b/src/shell.c
index 31dde0e..420dc1c 100644
--- a/src/shell.c
+++ b/src/shell.c
@@ -163,5 +163,7 @@ main(int argc, char *argv[])
163 launch(false); 163 launch(false);
164 } 164 }
165 165
166 /* TODO: exec freemem */
167
166 return 0; 168 return 0;
167} 169}

Generated with cgit - Back to sebastiano.tronto.net