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