Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
?? Humpleupagus ?? (humpleupagus@eveningzoo.club)'s status on Saturday, 21-Sep-2024 19:10:37 JST ?? Humpleupagus ??
#!/bin/bash
counter=0
while true; do
if [[ "$counter" -lt 1000000000 ]]; then
echo "nigger" >> file.txt
let counter=counter+1
else
exit
done