
I always thought of having a simple Bash script that would allow me to run common Check Point CLI tasks without having to crawl for command cheat sheets, bookmarks, google, manuals, knowledge base etc.
Together with the Check Point community I have made the script better and better during the last months.
To install the script on your Check Point, in Expert mode simply run :
Code:
curl_cli -k https://dannyjung.de/ccc | zcat > /usr/bin/ccc && chmod +x /usr/bin/ccc
Or download it to the /usr/bin directory of your Check Point and make it executable.
Bookmarks