4 lines
35 B
Bash
4 lines
35 B
Bash
#!/bin/sh
|
|
exec 2>&1
|
|
exec mbpfan -f
|
#!/bin/sh
|
|
exec 2>&1
|
|
exec mbpfan -f
|