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