merge flodman

This commit is contained in:
Tobias P.L Wennberg 2025-01-13 17:04:15 +01:00
parent 3c166dda98
commit 35af0423a7

View File

@ -5,6 +5,7 @@ import (
"bbash/command/cd"
"bbash/command/cp"
"bbash/command/echo"
"bbash/command/fritiofcommand"
"bbash/command/head"
"bbash/command/help"
"bbash/command/ls"
@ -34,6 +35,8 @@ func Init(env *environment.Env) {
func Run_command(in input_parser.Input, env *environment.Env) {
switch in.Instruction {
case "fritiofcommand":
fritiofcommand.Fritiof(in, env)
case "pwd":
pwd.Pwd(in, env)
case "echo":