Skip to content

Commit 135e02e

Browse files
committed
simple shell files
1 parent dd7587b commit 135e02e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

hsh

0 Bytes
Binary file not shown.

my_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ int main(int argc, char __attribute__((__unused__)) *argv[])
2424
if (read_line == -1)
2525
{
2626
free(get_address);
27-
exit(127);
27+
exit(0);
2828
}
2929
if (get_address[0] != '\0')
3030
{

0 commit comments

Comments
 (0)