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