summaryrefslogtreecommitdiff
path: root/yt-dlp/debian/utils/python
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-12-09 15:32:47 -0500
committerB. Stack <bgstack15@gmail.com>2021-12-09 15:32:47 -0500
commit328f444bc77d4323d5eceb93e6d84185322445ba (patch)
treef3e77aacbba7434d363beec3f166e52436d2190d /yt-dlp/debian/utils/python
parentMerge branch 'irfanview-bump' into 'master' (diff)
downloadstackrpms-328f444bc77d4323d5eceb93e6d84185322445ba.tar.gz
stackrpms-328f444bc77d4323d5eceb93e6d84185322445ba.tar.bz2
stackrpms-328f444bc77d4323d5eceb93e6d84185322445ba.zip
add yt-dlpyt-dlp-bump
Diffstat (limited to 'yt-dlp/debian/utils/python')
-rwxr-xr-xyt-dlp/debian/utils/python2
1 files changed, 2 insertions, 0 deletions
diff --git a/yt-dlp/debian/utils/python b/yt-dlp/debian/utils/python
new file mode 100755
index 0000000..1c65bd1
--- /dev/null
+++ b/yt-dlp/debian/utils/python
@@ -0,0 +1,2 @@
+#!/bin/sh
+/usr/bin/python3 "$@"
bgstack15