7 lines
81 B
Bash
7 lines
81 B
Bash
#!/bin/bash
|
|
|
|
|
|
KICK=sounds/kick.wav
|
|
SNARE=sounds/snare.wav
|
|
HIHAT=sounds/hihat.wav
|