Shinola (disambiguation)
Shinola is a defunct American brand of shoe polish.
Look up Shinola in Wiktionary, the free dictionary. |
Shinola may also refer to:
Brands
- Shinola (retail company), an American luxury goods retailer
Music
- Shinola (band), an American indie rock band
- Shinola (Energy Orchard album), a 1993 album by Energy Orchard
- Shinola (John Scofield album), a 1981 live album by John Scofield
- Shinola, Vol. 1, a 2005 album by Ween
- "Shinola", a 2008 song by Dolly Parton from Backwoods Barbie
gollark: I see.
gollark: How DOES one utilize it?
gollark: Do I need to patch my kernel to fix this, then?
gollark: This *always* prints a status of 512. It should be not 512.
gollark: ```cvoid efork(char **args) { pid_t pid = fork(); if (pid < 0) { perror("fork"); exit(3); } else if (pid == 0) { if (execvp(args[0], args) == -1) { perror("execvp"); exit(2); } exit(0); } else { int status; waitpid(pid, &status, 0); printf("%d\n", status); }}```
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.