6 lines
79 B
Bash
Executable File
6 lines
79 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Run RSS Feeder.
|
|
|
|
/bin/sh -c "LANG=en_US.UTF-8 st -e \"newsboat\""
|