mirror of
https://github.com/Break27/kvmd.git
synced 2026-02-06 18:36:37 +08:00
5 lines
65 B
Bash
Executable File
5 lines
65 B
Bash
Executable File
#!/bin/sh
|
|
case $1 in
|
|
get_throttled) echo "throttled=0x0";;
|
|
esac
|