We’ve updated our Terms of Use to reflect our new entity name and address. You can review the changes here.
We’ve updated our Terms of Use. You can review the changes here.

#​!​/​bin​/​bash

by Gerador Zero

/
  • Streaming + Download

    Includes high-quality download in MP3, FLAC and more. Paying supporters also get unlimited streaming via the free Bandcamp app.
    Purchasable with gift card

      name your price

     

1.
#!/bin/bash 04:21
2.
3.
4.
rm $x 02:31
5.
done 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 July 1, 2004

Written, produced and performed by Fabio FZero.

license

tags

about

Gerador Zero Toronto

contact / help

Contact Gerador Zero

Streaming and
Download help

Report this album or account

If you like Gerador Zero, you may also like: