We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9bfe49 commit 509982dCopy full SHA for 509982d
Update/update
@@ -1,15 +1,18 @@
1
#!/usr/bin/bash
2
# This code write by Mr.nope
3
-clear
4
if [[ "$id -u" -ne 0 ]]; then
5
- echo "Please Run This Programm as Root!"
+ echo "
+Please Run This Programm as Root!
6
+"
7
exit 1
8
fi
9
+printf '\033]2;DDos-attack/Updating\a'
10
clear
11
echo "Updating DDos-Attack Tool..."
12
sleep 2
13
cd .. && rm -r DDos-Attack && git clone https://github.com/mrprogrammer2938/DDos-Attack && cd DDos-Attack && bash install.sh
-echo ""
-echo "Updating..., Finish...!"
14
+echo "
15
+Updating..., Finish...!
16
+
17
18
0 commit comments