diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ int arg = NULL; while (1) { - write(1, "joe-sh~> ", 9); + ft_putstr(FT_PS1); if (arg) { free(arg); |
index : 42-minishell | ||
Minimal shell for 42 school | User & |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | src/main.c | 2 |
@@ -30,7 +30,7 @@ int arg = NULL; while (1) { - write(1, "joe-sh~> ", 9); + ft_putstr(FT_PS1); if (arg) { free(arg); |