dotfiles/dot_local/bin/executable_river-logout

6 lines
128 B
Text
Raw Normal View History

2023-12-24 02:37:31 -05:00
#!/bin/bash
RIVER=`ps -C river`
[[ $RIVER != "" ]] && riverctl spawn 'reset' && riverctl exit || echo "River is not running."