summaryrefslogtreecommitdiffstats
path: root/TODO.org
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-09-16 20:11:21 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-09-16 20:11:21 +0200
commitf91b38bf95a1eef07a13346ee8fa31722fdc9e22 (patch)
tree4066b03b41ee878547ccf6e23e1af638eaa0bba8 /TODO.org
parentStill in progress (diff)
download42-minishell-f91b38bf95a1eef07a13346ee8fa31722fdc9e22.tar.gz
42-minishell-f91b38bf95a1eef07a13346ee8fa31722fdc9e22.tar.bz2
42-minishell-f91b38bf95a1eef07a13346ee8fa31722fdc9e22.tar.xz
42-minishell-f91b38bf95a1eef07a13346ee8fa31722fdc9e22.tar.zst
42-minishell-f91b38bf95a1eef07a13346ee8fa31722fdc9e22.zip
Todo update
Diffstat (limited to 'TODO.org')
-rw-r--r--TODO.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO.org b/TODO.org
index b94e93c..31c3050 100644
--- a/TODO.org
+++ b/TODO.org
@@ -26,6 +26,7 @@
** DONE [#C] Handle comments better #
** TODO [#C] msh ~> ./qwe.sh <---- without shebang (maybe works fine already)
** TODO [#C] Fix ~ only first pos of arg
+** TODO [#C] $1 $2 $3 $4... vars
** DONE [#C] Fix $?
* Stuff to add