mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-09 04:19:10 -04:00
fix: minor tweaks to maintainer scripts
This commit is contained in:
parent
87be9b66c6
commit
d2fef6f6de
@ -1,3 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
for bits in 8 16 20 24 32; do
|
||||
sox -D -r10000 -b$bits -n audio/test$bits.wav synth 5 sine ${bits}00
|
||||
for ch in 1 2 3 4 5 6; do
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
script_dir=$(cd $(dirname $0); pwd)
|
||||
script_dir="$(cd $(dirname $0); pwd)"
|
||||
manpage_dir="$script_dir/../doc"
|
||||
check_manpage_script="$script_dir/check_manpage.py"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user