also need the install to add it to bin.

This commit is contained in:
2024-11-07 09:48:49 -05:00
parent 604eff546f
commit 6718c5b8ba
+5
View File
@@ -26,6 +26,11 @@ if [[ ! -f "$HOME/bin/docker-ps.sh" ]]; then
ln -s "$script_dir/docker-ps.sh" "$HOME/bin/docker-ps.sh"
fi
if [[ ! -f "$HOME/bin/delay.sh" ]]; then
echo 'installing delay.sh'
ln -s "$script_dir/delay.sh" "$HOME/bin/delay.sh"
fi
if [[ ! -f "$HOME/bin/enumerate.sh" ]]; then
echo 'installing enumerate.sh'
ln -s "$script_dir/enumerate.sh" "$HOME/bin/enumerate.sh"