From 1746f3bb61adeb8064fc1861f89d7711eacf3f68 Mon Sep 17 00:00:00 2001 From: joe Date: Mon, 7 Dec 2020 15:33:57 +0100 Subject: Update --- Makefile | 2 +- TODO.org | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 550ae5a..b9eba81 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -default: debug +default: asan #==============================================================================# #--------------------------------- SHELL --------------------------------------# #==============================================================================# diff --git a/TODO.org b/TODO.org index ab47b5a..c27ca84 100644 --- a/TODO.org +++ b/TODO.org @@ -62,7 +62,8 @@ * Stuff to add ** DONE builtins to pipes ** DONE Proper ~ subst -** TODO SIGNAL +** DONE SIGNAL + CLOSED: [2020-12-07 Mon 15:31] ** DONE && || ** DONE .minishellrc ** DONE .minishell_history @@ -81,14 +82,17 @@ CLOSED: [2020-09-28 Mon 19:30] + [X] base + [X] <<- to skip tabs -** TODO if else [0/4] +** CANCELED if else [0/4] + CLOSED: [2020-12-07 Mon 15:32] + [ ] if - fi + [ ] else + [ ] else + [ ] elif + [ ] while - do - done + [ ] for -** TODO Termcaps + CLOSED: [2020-12-07 Mon 15:31] +** DONE Termcaps + CLOSED: [2020-12-07 Mon 15:31] ** TODO -i option (alias and history in scripts, etc) ** TODO Simple arithmetics $((a + 1)) ** CANCELED & -- cgit v1.2.3