Removed submodules

This commit is contained in:
2026-05-31 14:34:00 -04:00
commit 46c36b11da
352 changed files with 14792 additions and 0 deletions
@@ -0,0 +1 @@
015ebe95460b1d6fbf79df280ec3ae5fab362ae8
@@ -0,0 +1 @@
42ae8f1bdf52b57ad234791690bf611379fc8249
@@ -0,0 +1 @@
ebc846cda2557a05e691ef4d7dc7de4ee312cbd1
@@ -0,0 +1 @@
2fd3754d04e83c387269e26d81186b290d299f82
+1
View File
@@ -0,0 +1 @@
17611b03d098cb2d095ddac6dc39c08f66514f4e
@@ -0,0 +1 @@
10b932ebcb7ca5600c9b81652547ea3721854698
@@ -0,0 +1,2 @@
[Init.TOKEN -> Command]
Starting new command: ls
@@ -0,0 +1,4 @@
[Init.TOKEN -> Command]
Starting new command: ls
[Command.NEWLINE -> Term]
Execute ls with arguments { ls, (null) }
@@ -0,0 +1,8 @@
[Init.TOKEN -> Command]
Starting new command: ls
[Command.TOKEN -> Arguments]
Appending -a to the argument list
[Arguments.TOKEN -> Arguments]
Appending -l to the argument list
[Arguments.NEWLINE -> Term]
Execute ls with arguments { ls, -a, -l, (null) }
@@ -0,0 +1,6 @@
[Init.TOKEN -> Command]
Starting new command: ls
[Command.TOKEN -> Arguments]
Appending data to the argument list
[Arguments.NEWLINE -> Term]
Execute ls with arguments { ls, data, (null) }
+9
View File
@@ -0,0 +1,9 @@
[Init.TOKEN -> Command]
Starting new command: ls
[Command.PIPE -> Make_Pipe]
Set up pipe
Execute ls with arguments { ls, (null) }
[Make_Pipe.TOKEN -> Command]
Starting new command: head
[Command.NEWLINE -> Term]
Execute head with arguments { head, (null) }
@@ -0,0 +1,15 @@
[Init.TOKEN -> Command]
Starting new command: ls
[Command.TOKEN -> Arguments]
Appending -l to the argument list
[Arguments.PIPE -> Make_Pipe]
Set up pipe
Execute ls with arguments { ls, -l, (null) }
[Make_Pipe.TOKEN -> Command]
Starting new command: head
[Command.TOKEN -> Arguments]
Appending -n to the argument list
[Arguments.TOKEN -> Arguments]
Appending 1 to the argument list
[Arguments.NEWLINE -> Term]
Execute head with arguments { head, -n, 1, (null) }