Decouple screenshot script from Xmd, Xmd session from Mwm
This commit is contained in:
8
session/src/xmd-end-session
Executable file
8
session/src/xmd-end-session
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ -z "$XMD_SESSION_PID" ]; then
|
||||
echo "ERR session is not running (\$XMD_SESSION_PID not set)"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
kill "$XMD_SESSION_PID"
|
||||
Reference in New Issue
Block a user