nom de profil raccourcis
This commit is contained in:
parent
4ac6dd7c78
commit
5a929d5cda
@ -69,7 +69,8 @@ if [ ! $1 = "" ]; then
|
||||
fichierprofil="$1"
|
||||
. "$1"
|
||||
else
|
||||
fichierprofil=$(ls -1 $HOME/.config/borg/*.txt | zenity --height=500 --width=600 --list --title "Profils" --column "profil") && . $fichierprofil
|
||||
cd $HOME/.config/borg/
|
||||
fichierprofil=$(ls -1 *.txt | zenity --height=500 --width=400 --list --title "Profils" --column "profil") && . $fichierprofil
|
||||
fi
|
||||
|
||||
if [ "$nomsauvegarde" = "" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user