Do cyberchef install_tool style.

This commit is contained in:
David Tomaschik
2018-03-14 13:44:40 -07:00
parent 20a8db806c
commit 61b4dbe963
3 changed files with 21 additions and 383 deletions

View File

@@ -1,3 +1,11 @@
#!/bin/bash
exec xdg-open $(dirname $0)/cyberchef.html
set -u
CHEF_FILE=${HOME}/tools/cyberchef/cyberchef.html
if [ ! -f ${CHEF_FILE} ] ; then
${HOME}/bin/install_tool cyberchef
fi
exec xdg-open ${CHEF_FILE}