mirror of
https://github.com/CoolnsX/repos_scripts.git
synced 2025-12-20 07:15:20 +05:30
WIP, always
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
menu_droid () {
|
||||
fzf --prompt="$1" $2
|
||||
fzf --prompt="$1" "$2"
|
||||
}
|
||||
|
||||
menu_linux () {
|
||||
@@ -9,7 +9,7 @@ menu_linux () {
|
||||
}
|
||||
|
||||
search_droid () {
|
||||
printf "$1" && read -r query
|
||||
printf "%s" "$1" && read -r query
|
||||
}
|
||||
|
||||
search_linux () {
|
||||
@@ -17,11 +17,11 @@ search_linux () {
|
||||
}
|
||||
|
||||
torrent_linux () {
|
||||
setsid -f $TERMINAL -e $HOME/repos_scripts/torrent "$1"
|
||||
setsid -f "$TERMINAL" -e "$HOME/repos_scripts/torrent" "$1"
|
||||
}
|
||||
|
||||
torrent_droid () {
|
||||
$HOME/torrent "$1"
|
||||
"$HOME/torrent" "$1"
|
||||
}
|
||||
|
||||
info_droid () {
|
||||
|
||||
Reference in New Issue
Block a user