STOP CAT ABUSE!!!

This commit is contained in:
phillbush 2021-04-29 20:09:10 -03:00
parent c1d29e79f4
commit 6aee410969
2 changed files with 2 additions and 2 deletions

View File

@ -200,7 +200,7 @@ creating a command to be run by the shell.
.EX
#!/bin/sh
cat <<EOF | xmenu | sh &
xmenu <<EOF | sh &
Applications
IMG:./web.png Web Browser firefox
IMG:./gimp.png Image editor gimp

View File

@ -1,6 +1,6 @@
#!/bin/sh
cat <<EOF | xmenu | sh &
xmenu <<EOF | sh &
Applications
IMG:./icons/web.png Web Browser firefox
IMG:./icons/gimp.png Image editor gimp