all repos — dotfiles @ 51ac9bbd9c1e5ecedfc48b52e893653c54b228a3

my *nix dotfiles

bin/pwmenu.sh (view raw)

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