#​!​/​bin​/​bash

by Gerador Zero

#!/bin/bash cover art
/
  • Digital Album

    Immediate download of 6-track album in your choice of MP3 320, FLAC, or just about any other format you could possibly desire.

    Buy Now  name your price

  • Share / Embed

1.
04:21
2.
3.
4.
02:31
5.
05:46
6.

about

What is #!/bin/bash?

1. It's an EP by Gerador Zero.

2. It's the first line of all scripts on Linux/Unix that make use of the Bash shell, a fundamental piece of the GNU system.

The EP has this name because:

1. I'm a geek and I've been trying to make some tracks about GNU/Linux for some time.

2. Weird names are cool (If you don't believe it, ask Aphex Twin).


Why do the tracks have these strange names?

It's a Bash script. If you write this inside a text file and run it on Linux (or MacOS X, or Windows with Cygwin), it will work perfectly. What does it do? Well, if you know Bash, you already know. If you don't, I'll explain it:

#!/bin/bash
(Tells the system to use Bash to run this script)

for x in *.wav; do
(Do the following with all .wav files:)

oggenc -q 6 $x
(Convert it to OGG Vorbis with quality 6)

rm $x
(Delete the original .wav)

done
(Self-explanatory)

Obviously you'll need oggenc for it to work, but most Linux flavors come with it pre-installed.

credits

released 01 July 2004
Written, produced and performed by Fabio FZero.

tags

license

feeds

feeds for this album, this artist

contact / help

For help with downloads, click here.

For all other inquiries, click here.