diff --git a/internal/shell/shell.go b/internal/shell/shell.go deleted file mode 100644 index 424eb9014..000000000 --- a/internal/shell/shell.go +++ /dev/null @@ -1,11 +0,0 @@ -package shell - -type EnvironmentVariable struct { - Key string - Value string -} - -type InitFile struct { - Filename string - Variables []EnvironmentVariable -}