From e7a3408bb1381cb464c24663c19125dca70e2ced Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 01 Oct 2022 11:09:07 -0400 Subject: bin/snd-pcm-open.c: Add --- (limited to '.xinitrc.d/snd-pcm-open') diff --git a/.xinitrc.d/snd-pcm-open b/.xinitrc.d/snd-pcm-open new file mode 100755 index 0000000..7d15ee3 --- /dev/null +++ b/.xinitrc.d/snd-pcm-open @@ -0,0 +1,8 @@ +#!/bin/sh + +if ! [ -e bin/snd-pcm-open ] && [ -e bin/snd-pcm-open.c ]; then + gcc -Wall -Wextra -pedantic -o bin/snd-pcm-open bin/snd-pcm-open.c \ + -lasound +fi + +bin/snd-pcm-open & -- cgit v0.9.1