merge flodman
This commit is contained in:
parent
3c166dda98
commit
35af0423a7
@ -5,6 +5,7 @@ import (
|
|||||||
"bbash/command/cd"
|
"bbash/command/cd"
|
||||||
"bbash/command/cp"
|
"bbash/command/cp"
|
||||||
"bbash/command/echo"
|
"bbash/command/echo"
|
||||||
|
"bbash/command/fritiofcommand"
|
||||||
"bbash/command/head"
|
"bbash/command/head"
|
||||||
"bbash/command/help"
|
"bbash/command/help"
|
||||||
"bbash/command/ls"
|
"bbash/command/ls"
|
||||||
@ -34,6 +35,8 @@ func Init(env *environment.Env) {
|
|||||||
|
|
||||||
func Run_command(in input_parser.Input, env *environment.Env) {
|
func Run_command(in input_parser.Input, env *environment.Env) {
|
||||||
switch in.Instruction {
|
switch in.Instruction {
|
||||||
|
case "fritiofcommand":
|
||||||
|
fritiofcommand.Fritiof(in, env)
|
||||||
case "pwd":
|
case "pwd":
|
||||||
pwd.Pwd(in, env)
|
pwd.Pwd(in, env)
|
||||||
case "echo":
|
case "echo":
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user