mirror of
https://github.com/soimort/you-get.git
synced 2025-01-23 05:25:02 +03:00
4 lines
138 B
Bash
4 lines
138 B
Bash
#!/usr/bin/env zsh
|
|
alias you-get="noglob python3 $(dirname $0)/you-get"
|
|
alias you-vlc="noglob python3 $(dirname $0)/you-get --player vlc"
|