mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-05 03:17:50 +08:00
7 lines
86 B
Go
7 lines
86 B
Go
package eval
|
|
|
|
var (
|
|
execFn = notSupportedOnWindows
|
|
fg = notSupportedOnWindows
|
|
)
|