all repos — dotfiles @ 0c24f03e03c6d88ff9d620d308a778bcbde8dc77

my *nix dotfiles

bin/pwmenu.sh (view raw)

1#!/bin/sh
2
3p="$(pw -l | xprompt pw)"
4[[ "$p" == "" ]] && exit
5pw -c "$p"