]> git.sev.monster Git - dotfiles.git/blob - bin/dpass
fix gnu find depth warning, update comments
[dotfiles.git] / bin / dpass
1 #!/bin/sh
2 . ~/bin/.check-busybox
3 p="$1"
4 if [ -z "$p" ] && ! check-busybox ps; then
5         p="[$(ps -o comm= -p $(ps -o ppid= -p $$))]";
6 fi
7 ~/bin/dmenu -p "$p" -fn Dina-10 -nb \#110800 -nf \#110800 -sb \#264bd2 -sf \#fdf6e3 <&-
8 unset check-busybox
This page took 0.238983 seconds and 4 git commands to generate.