blah blah blah blah
repeat 1000 times.
Add some 151 repeat another million and a half times.
Blah
Moderator: ForumModerators
- Porkinator
- Posts: 2087
- Joined: Wed Feb 15, 2006 7:47 pm
- Location: none of your damn business
Blah
"Peace is that brief glorious moment in history when everybody stands
around reloading".--Thomas Jefferson
around reloading".--Thomas Jefferson
- pewterdragn
- Clan Leader
- Posts: 1614
- Joined: Wed Dec 31, 1969 7:00 pm
- Location: Michigan
- Contact:
Re: Blah
#!/bin/bash
for i in {1..1000..1}
do
echo "blah blah blah blah "
done
i = i + 151
for i in {1..1500000...1}
do
echo "blah blah blah blah "
done
Is that what you said? I'd likely not recommend doing it that way, but I took you literally.
1337 (_)И][× HàЖØ®§ p\/\/И
- law.of.averages
- Posts: 1755
- Joined: Sun May 15, 2005 7:24 pm
- Location: Beautiful, Sunny Florida
Re: Blah
pewterdragn wrote:#!/bin/bash
for i in {1..1000..1}
do
echo "blah blah blah blah "
done
i = i + 151
for i in {1..1500000...1}
do
echo "blah blah blah blah "
done
Is that what you said? I'd likely not recommend doing it that way, but I took you literally.
geeks, ftw
Return to “thoughts... more or less”
Who is online
Users browsing this forum: No registered users and 60 guests