4 lines
58 B
Text
4 lines
58 B
Text
|
#!/bin/sh
|
||
|
|
||
|
rm -f "${XDG_RUNTIME_DIR}/ssh-agent" && exit 0
|