--
-- shell_in/1
--
create or replace function shell_in(
  cstring
) returns void as $$
shell_in$$ language plpgsql;