Running Check Point Commands in Shell Scripts
To run Check Point commands in shell scripts, you must add the call for Check Point shell script /etc/profile.d/CP.sh
to your shell script.
Add this call right under the sha-bang line.
source /etc/profile.d/CP.sh
[mandatory last new line] |