3 lines
43 B
Bash
3 lines
43 B
Bash
#!/bin/bash -e -o pipefail
|
|
|
|
shutdown -r now |
#!/bin/bash -e -o pipefail
|
|
|
|
shutdown -r now |