5 lines
99 B
Nix
5 lines
99 B
Nix
{ iconfont, ... }: ''
|
|
#!/usr/bin/env bash
|
|
echo `sensors | egrep Package | awk '{print $4}'`
|
|
''
|