debug line test

This commit is contained in:
coolnsx
2024-06-02 20:06:46 +05:30
parent f0952fb659
commit 7912ce57bc
9 changed files with 23 additions and 145 deletions

View File

@@ -20,11 +20,11 @@ search_linux() {
}
torrent_linux() {
setsid -f "$TERMINAL" -e "$HOME/repos_scripts/torrent" "$1"
setsid -f "$TERMINAL" -e "$(dirname "$0")/torrent" "$1"
}
torrent_droid() {
"$HOME/.shortcuts/torrent" "$1"
"$(dirname "$0")/torrent" "$1"
}
info_droid() {
@@ -45,6 +45,7 @@ error_linux() {
player_droid() {
am start --user 0 -a android.intent.action.VIEW -d "$1" -n is.xyz.mpv/.MPVActivity >/dev/null 2>&1
#am start --user 0 -a android.intent.action.VIEW -d "$1" -n org.videolan.vlc/org.videolan.vlc.gui.video.VideoPlayerActivity -e "title" "$2" >/dev/null 2>&1
}
player_linux() {