tharbour-safe.sh - sailfish-safe - Sailfish frontend for safe(1)
(HTM) git clone git://git.z3bra.org/sailfish-safe.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
tharbour-safe.sh (184B)
---
1 #!/bin/sh
2
3 if [ -z "${XDG_RUNTIME_DIR}" ]; then
4 export XDG_RUNTIME_DIR=$HOME/.local/share/safe-store
5 fi
6
7 eval `safe-agent -t 900 -f "${XDG_RUNTIME_DIR}/agent.sock"`
8 exec harbour-safe