5 lines
88 B
Bash
Executable File
5 lines
88 B
Bash
Executable File
#!/bin/bash
|
|
echo Content-type: text/html
|
|
echo ""
|
|
echo $(basename $(cat /proc/1/cpuset))
|