5 lines
87 B
Bash
Executable File
5 lines
87 B
Bash
Executable File
#!/bin/bash
|
|
|
|
BUFFER_SIZE=$1
|
|
pw-metadata -n settings 0 clock.force-quantum $BUFFER_SIZE
|