Você pode tentar usar um heredoc: #!/bin/bash USERNAME="example" mysql <<MYSQL INSERT INTO user VALUES ('$USERNAME', password); MYSQL