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 a88fec3 commit fffe16c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ighack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,19 @@ 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 ighack.sh
bash ./auto.sh
elif [[ $option == 2 || $option == 02 ]]; then
cd $HOME/ighack/main
bash manual.sh
bash ./manual.sh
elif [[ $option == 3 || $option == 03 ]]; then
cd $HOME/ighack/core
bash about.sh
bash ./about.sh
elif [[ $option == 4 || $option == 04 ]]; then
cd $HOME/ighack/core
bash update.sh
bash ./update.sh
elif [[$option ==5 || $option == 05 ]]; then
cd $HOME/ighack/core
bash info.sh
bash ./info.sh
elif [[ $option == 6 ]]; then
exit 1

Expand Down

1 comment on commit fffe16c

@sdnkalikidang
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Halo kenapa saya tidak bisa menjalankan

Please sign in to comment.