Skip to content

Commit

Permalink
ispy :D
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyb0r9 committed Sep 30, 2019
1 parent e5e00be commit 256d3f6
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions ispy
Expand Up @@ -43,7 +43,7 @@ function banner(){
echo -e "$green Programmed By$red Cyborg$nc\n"
}

exp(){
function exp(){
echo -e "$white[$green$n1$white] use $yellow($green$pack1$yellow:$red$e$yellow)"
echo -e "$white[$green$n2$white] use $yellow($green$pack2$yellow:$red$e$yellow)"
echo -e "$white[$green$n3$white] use $yellow($green$pack3$yellow:$red$e$yellow)"
Expand Down Expand Up @@ -111,8 +111,15 @@ echo -e "$white[$green+$white]$blue ispy already updated$nc"
else
echo -e "$red $(cat version.txt)"
echo -e "$white[$green!$white]$blue Updating ispy ..."
rm -rf ../ispy/

This comment has been minimized.

Copy link
@covid192

covid192 Jan 7, 2021

haker

cd ..
rm -rf ispy/
git clone https://github.com/Cyb0r9/ispy.git
cd ispy/
chmod +x setup.sh
chmod +x ispy
./setup.sh
clear
./ispy
fi
back
}
Expand Down

0 comments on commit 256d3f6

Please sign in to comment.