2 lines
75 B
Bash
2 lines
75 B
Bash
#!/bin/sh
|
|
echo "{\"alt\": \"$(cat /sys/firmware/acpi/platform_profile)\"}"
|
#!/bin/sh
|
|
echo "{\"alt\": \"$(cat /sys/firmware/acpi/platform_profile)\"}"
|