3 lines
74 B
Bash
Executable file
3 lines
74 B
Bash
Executable file
#!/bin/bash
|
|
# links "https://teddit.pussthecat.org/r/${1}"
|
|
tuir -s "${1}"
|