3 lines
92 B
Bash
Executable file
3 lines
92 B
Bash
Executable file
#!/usr/bin/bash
|
|
|
|
yt-transcript "$1" 2>/dev/null | fabric --stream --pattern youtube_summary
|