6 lines
89 B
Bash
Executable file
6 lines
89 B
Bash
Executable file
#!/bin/sh
|
|
|
|
ZUSER=@USER@
|
|
|
|
sv -w600 force-stop /home/$ZUSER/sv/*
|
|
sv exit /home/$ZUSER/sv/*
|