5 lines
53 B
Bash
Executable file
5 lines
53 B
Bash
Executable file
#!/bin/bash
|
|
|
|
DESC="Arrêt du serveur"
|
|
|
|
/sbin/halt -p
|