This repository has been archived on 2021-04-14. You can view files and clone it, but cannot push or open issues/pull-requests.
bare-dotfiles/bin/weasel-pageant.bash

4 lines
180 B
Bash

#!/bin/bash
WEASEL_HOME=~/winhome/Downloads/weasel-pageant-1.3
test -f $WEASEL_HOME/weasel-pageant && eval $($WEASEL_HOME/weasel-pageant -rb -a $HOME/.weasel-pageant.sock) || true