# elvish > Expressive programming language and a versatile interactive shell. > See also: `nu`. > More information: . - Start an interactive shell session: `elvish` - Execute specific [c]ommands: `elvish -c "{{echo 'elvish is executed'}}"` - Execute a specific script: `elvish {{path/to/script.elv}}`