5 lines
160 B
Bash
Executable file
5 lines
160 B
Bash
Executable file
#!/bin/sh
|
|
# Another script because i3 is too dumb to call basic operations right.
|
|
# Brings up newsboat, if newsboat is open, opens podboat
|
|
|
|
newsboat || podboat
|