Bomb the Twist

Bomb the Twist is an e.p. that was released on January 11, 1996, by The 5.6.7.8's. "Woo Hoo" was featured in the 2003 film Kill Bill Volume 1, by Quentin Tarantino.

Bomb the Twist
EP by
ReleasedJanuary 11, 1996
Genre
LabelSympathy for the Record Industry
ProducerThe 5.6.7.8's
The 5.6.7.8's chronology
The 5.6.7.8's
(1994)
Bomb the Twist
(1996)
Pin Heel Stomp
(1997)
Professional ratings
Review scores
SourceRating
Allmusic [1]

The release was recorded for the US record label Sympathy for the Record Industry.

Track listing

  1. "Bomb the Twist"
  2. "Jane in the Jungle"
  3. "Three Cool Chicks"
  4. "Guitar Date"
  5. "Woo Hoo"
  6. "Dream Boy"

Personnel

  • Ronnie Fujiyama - guitar, vocals, voice
  • Screaming "Omo" Chellio Panther - bass, backing vocals, voice
  • Sachiko "Geisha-Girl" Fujii - drums, backing vocals
gollark: Your thing will be running in a CraftOS environment instead of the BIOS one, so presumably you can use the `keys` library and make it easier.
gollark: This is adapted slightly from the keyboard shortcuts daemon in potatOS.
gollark: ```lualocal keys_down = {}local keyboard_commands = { -- whatever}local function keyboard_shortcuts() while true do local ev = {coroutine.yield()} if ev[1] == "key" then keys_down[ev[2]] = true if keyboard_commands[ev[2]] and keys_down[157] then -- right ctrl keyboard_commands[ev[2]]() end elseif ev[1] == "key_up" then keys_down[ev[2]] = false end endend```
gollark: Oh, right. I'll pull up the PotatoBIOS code for that.
gollark: You mean, musical keys or something?

References


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.