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