mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Do cyberchef install_tool style.
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user