3 lines
83 B
Bash
3 lines
83 B
Bash
|
#!/bin/sh
|
||
|
zip -r policy.jar META-INF/keycloak-scripts.json policy-1.js policy-2.js
|