11 lines
102 B
Bash
Executable File
11 lines
102 B
Bash
Executable File
#!/bin/bash
|
|
|
|
setterm -cursor on
|
|
|
|
chmod +rx /bin/kvs
|
|
chmod +rx /bin/kvg
|
|
|
|
/bin/kvs
|
|
|
|
reboot now
|
|
sleep 1d |