You are not logged in.
I've written a very sophisticated and exquisite, ego-boosting and mind-blowing (albeit perhaps a bit over-engineered) script which aims to prove Arch's superiority, day or night, Europe or America.
It should work with any sane shell, it is quite cpu and memory efficient, it's extensible, it follows the KISS and UNIX principles (do one thing, but do it well). Without much additional effort you can use it to send the good news of Arch's superiority to all the recipients in your address book or make it be known to you and whoever is your in your room by putting it through your speakers at every full hour. Only your imagination is the limit.
I deem the code stable, but you never know. Please test it thoroughly to iron out all possible bugs. The usual warnings about having data backups and my lack of responsibility about any possible damage done apply, of course.
Enjoy!
#!/bin/sh
echo "Arch is the best!"
Last edited by lucke (2008-04-18 18:54:59)
Offline
Speachless, wonderful.
Offline
This crashes on my Via C3 running Arch
Offline
This crashes on my Via C3 running Arch
Please fill a bug report to flyspray.
Offline
what license is it under? I'm thinking about a fork...
Offline
omg it deleted all my files while testing it under ubuntu
Offline
The script does not work for me. But hey this is open source: here is my improvment:
#!/bin/sh
yes Arch is the best!
You can easily pipe this to your favorite mail or irc client to tell the world what you think about Arch.
Offline
what license is it under? I'm thinking about a fork...
I bet it's under the WTFPL license.
Have you Syued today?
Free music for free people! | Earthlings
"Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away." -- A. de Saint-Exupery
Offline
It has already been forked:
#!/bin/sh
echo "Arch ist das Beste!"
Sorry, but my job is here that of a translator. And the first version was written in a deprecated language, anyway ...
Offline
Is it Y2K compliant?
Offline
Is it Y2K compliant?
I don't think so. Better not run it on your arch-based doomsday device 'till that is fixed.
Offline
What are your plans for internationalization?
Offline
I think it should explicitly run on dash for better speed and stability
Offline
Can someone provide a PKGBUILD?
Album reviews (in german): http://schallwelle.filzo.de
Offline
Untested (wow, it's been a while since I've written a PKGBUILD from scratch)
pkgname=best_script_in_the_world
pkgver=1.0
pkgrel=1
url="http://www.archlinux.org"
arch=('i686' 'x86_64')
license=('GPL')
source=()
md5sums=()
build()
{
mkdir -p $startdir/pkg/usr/bin/
echo #!/bin/sh >> $startdir/pkg/usr/bin/best_script.sh
echo >> $startdir/pkg/usr/bin/best_script.sh
echo 'echo "Arch is the best!"' >> $startdir/pkg/usr/bin/best_script.sh
chmod a+x $startdir/pkg/usr/bin/best_script.sh
}
Offline
Can someone provide a PKGBUILD?
Hahaha. Epic
Offline
Untested (wow, it's been a while since I've written a PKGBUILD from scratch)
arch=('i686' 'x86_64')
Is it confirmed to run on x86_64?
Haven't been here in a while. Still rocking Arch.
Offline
Where's the manpage? Why do arch packagers always strip away the doc?
Offline
Can't someone write a GUI-frontend? Arch needs to become more newbie-ubuntu-friendly. You can't expect users to run this in CLI all on their own.
And does it actually come preconfigured?
Offline
Eradest: here is the GUI frontend. It's important to care for those ubuntu-newbies.
#!/bin/sh
/usr/bin/zenity --info --text "Arch is the best"
Oh and it now has gnome dependencies
blog - github - facebook - google profile
Offline
Is it possible to ask for a tray icon ? It would be much easier to use.
Offline
Just a small bugfix...
v 1.1
#!/bin/sh
/usr/bin/zenity --info --text "Arch is the best!"
The day Microsoft makes a product that doesn't suck, is the day they make a vacuum cleaner.
--------------------------------------------------------------------------------------------------------------
But if they tell you that I've lost my mind, maybe it's not gone just a little hard to find...
Offline
Please provide unified diff for bugfixes and improvements, it is much easier to review them than the whole program again.
pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))
Offline
@moljac024: Made an german translation. Sorry, if i made any mistake, but I'm new to programming!
#!/bin/sh
/usr/bin/zenity --info --text "Bogen ist das am Besten!"
now with 80% more sax-appeal!
"I hacked the Phrak, and all I got was this lousy signature"
Offline
I tried to install this with cerebrals PKGBUILD (using ./configure make make install) and it fails to run :'(
And shouldn't the text be in uppercase?
(cerebral no hurries with the catalyst 8.4 it's been out for AGES! (atleast a day and provides nothing new)
Offline