]> git.sev.monster Git - dotfiles.git/blame - bin/dpass
apkv: orphan listing, update comments
[dotfiles.git] / bin / dpass
CommitLineData
1390d028 1#!/bin/sh
abd1eae8 2. ~/bin/.check-busybox
1390d028 3p="$1"
abd1eae8 4if [ -z "$p" ] && ! check-busybox ps; then
1390d028 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 <&-
abd1eae8 8unset check-busybox
This page took 0.03896 seconds and 4 git commands to generate.