5 lines
88 B
Bash
Executable file
5 lines
88 B
Bash
Executable file
#!/bin/sh
|
|
|
|
[ "$BLOCK_BUTTON" = "1" ] && "$READER" ~/.config/i3/i3_guide.pdf
|
|
|
|
echo "❓"
|