How to execute a shell command in a SQLite query?

I've looked for a function to execute a shell command in a SQLite query, e.g., a function exec() that would execute the given command. Is there such function in SQLite?