en
Gerador Zero - #!/bin/bash
#!/bin/bash

by Gerador Zero

Add to favorites
 
 

5 tracks
20:21
Play
1 #!/bin/bash
 
Download
Share
Add to a playlist
 
4:21
Play
2 for x in *.wav; do
 
Download
Share
Add to a playlist
 
3:46
Play
3 oggenc -q 6 $x
 
Download
Share
Add to a playlist
 
3:57
Play
4 rm $x
 
Download
Share
Add to a playlist
 
2:31
Play
5 done
 
Download
Share
Add to a playlist
 
5:46
 

Album description

What is #!/bin/bash?

1. It's a new 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.

 

But this could be done on a single line!

I know, but a CD with just one song isn't that much interesting.

 

 


Reviews

Order by
 
04/05/07

#!/bin/bash

while [ 1=1 ]; do
echo "Respect"
sleep 1
done

echo ":)"
exit

07/09/07

This is a very nice album.
I like the sound as well as the artists intentions and the names of the tracks.
As a user I like it, as a geek I love it.
We want more! :)

Thanks.

01/07/08

this is good shit man... i really liked all the tracks; keep making stuff, and put it up for us to download :)

30/06/08

Hi, I totaly love your album!
Its awsome, hard and totaly groovy!

I dig alot!
Great work!
Is this created with open source trackers on linux.. or on windows?

//love and regards Johan

 

Album information

BRA
Genre Electronica
Release April 24, 2007
Listens 17791 Downloads 1923
Starred 97 Playlisted 49    
Reviews 7 Rating 7.9/10

This widget on my blog!



Copy and paste this HTML code onto your blog

MySpace version



Your rights on this album

(cc)
You can copy, distribute, advertise and play this album as long as you:
 
  • Give credit to the artist
  • Distribute all derivative works under the same license

In playlists

 
PlayPlay
602 tracks
PlayPlay
10 tracks
PlayPlay
53 tracks
PlayPlay
1 tracks
PlayPlay
6 tracks
PlayPlay
156 tracks
PlayPlay
67 tracks
PlayPlay
100 tracks