Skip to content

Commit

Permalink
shell: drop autorun for now
Browse files Browse the repository at this point in the history
  • Loading branch information
progrium committed Apr 2, 2024
1 parent 46f0891 commit fef2d18
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions shell/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,6 @@ __\ /___| (__) |_| |___\ |_( )_/ /__\ \_

ctx := cli.ContextWithIO(context.Background(), m.defaultStdin, os.Stdout, os.Stderr)

// quick and dirty implementation of autorun
if _, err := os.Stat("/cmd/autorun.sh"); !os.IsNotExist(err) {
m.ExecuteExternalCommand(ctx, []string{"/cmd/autorun.sh"})
}

terminal := term.NewTerminal(struct {
io.Reader
io.Writer
Expand Down

0 comments on commit fef2d18

Please sign in to comment.