Skip to content

Commit

Permalink
Update ighack.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dark-player authored Mar 22, 2024
1 parent 82231c9 commit a88fec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ighack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ read -p $'\n\e[1;92m[\e[0m\e[1;77m*\e[0m\e[1;92m] Choose an option: \e[0m' optio

if [[ $option == 1 || $option == 01 ]]; then
cd $HOME/ighack/main
bash auto.sh
bash ighack.sh
elif [[ $option == 2 || $option == 02 ]]; then
cd $HOME/ighack/main
bash manual.sh
Expand Down

0 comments on commit a88fec3

Please sign in to comment.