mirror of
https://github.com/dathere/100.dathere.com.git
synced 2025-12-18 08:09:25 +00:00
7 lines
No EOL
243 B
Bash
7 lines
No EOL
243 B
Bash
#!/bin/bash
|
|
|
|
python -m bash_kernel.install
|
|
mkdir ~/path_files && cd ~/path_files && curl -LO "https://mk-sb.dathere.com/storage/v1/object/public/public-qsv-binaries/100/qsv" && chmod +x qsv && cd ~
|
|
export PATH=$HOME/path_files:$PATH
|
|
|
|
exec "$@" |