File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,20 @@ if [ $(date +%F) == "2017-04-01" ]; then
8
8
echo "while IFS= read -rn1 a; do printf %s \"\${a:-\$'\n'}\"; sleep \$1; done" >> /tmp/scat
9
9
echo sleep \$2 >> /tmp/scat
10
10
chmod +x /tmp/scat
11
- echo Welcome to the summoner\'s rift. | /tmp/scat 0.1 0
11
+ echo " calc:" | /tmp/scat 0.1 0.1
12
+ echo " sub ebx, eax" | /tmp/scat 0.1 0.4
13
+ echo " jz retv" | /tmp/scat 0.1 0.1
14
+ echo " jg calc" | /tmp/scat 0.1 0.1
15
+ echo " xchg ebx, eax" | /tmp/scat 0.1 0.4
16
+ echo " jmp calc" | /tmp/scat 0.1 0.1
17
+ echo " retv:" | /tmp/scat 0.1 0.1
18
+ echo " ret" | /tmp/scat 0.1 2
19
+ echo
20
+ echo "Welcome back, $USER" | /tmp/scat 0.1 0.1
21
+ echo
22
+ echo "Major updates are going on with AOSC."
23
+ echo "Please check the news website (https://aosc.io)"
24
+ echo "and carefully read all the changes happening now..."
25
+ sleep 1
12
26
fi
13
27
fi
You can’t perform that action at this time.
0 commit comments