Skip to content

Commit 800017b

Browse files
StephDCMingcongBai
authored andcommitted
Update text
Test this out and see if it might take too long...
1 parent ff4168d commit 800017b

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

bashrc.d/99-aprilfools

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,20 @@ if [ $(date +%F) == "2017-04-01" ]; then
88
echo "while IFS= read -rn1 a; do printf %s \"\${a:-\$'\n'}\"; sleep \$1; done" >> /tmp/scat
99
echo sleep \$2 >> /tmp/scat
1010
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
1226
fi
1327
fi

0 commit comments

Comments
 (0)