Remove object and binaries

This commit is contained in:
Alexis Jhon Gaspar 2023-09-08 10:02:27 +08:00
parent 0caac36c23
commit 103768205c
17 changed files with 3 additions and 15 deletions

3
dmenu/.gitignore vendored
View file

@ -1,3 +1,6 @@
*.o *.o
dmenu dmenu
dmenu_path
dmenu_run
stest
config.h config.h

Binary file not shown.

Binary file not shown.

View file

@ -1,13 +0,0 @@
#!/bin/sh
cachedir="${XDG_CACHE_HOME:-"$HOME/.cache"}"
cache="$cachedir/dmenu_run"
[ ! -e "$cachedir" ] && mkdir -p "$cachedir"
IFS=:
if stest -dqr -n "$cache" $PATH; then
stest -flx $PATH | sort -u | tee "$cache"
else
cat "$cache"
fi

View file

@ -1,2 +0,0 @@
#!/bin/sh
dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"} &

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
st/st

Binary file not shown.

BIN
st/st.o

Binary file not shown.

BIN
st/x.o

Binary file not shown.

Binary file not shown.

Binary file not shown.