desin24

Results 2 comments of desin24

``#!/bin/bash function BSEL { while : ; do FILE="$(yad --form --separator='\n' \ --field='Bash :':FL \ --file-filter "*.sh *.SH" \ || echo 'sf.sh' )" if [[ "FILE" == "*.sh" ]] ||...

yad --form --bool-fmt=1 --separator='\n' \ --title="testbash" \ --center --width=600 --height=600 \ --field=" "TXT:FL "" --file-filter "*.txt *.TXT" \ --field=" "SH:FL "" --file-filter "*.sh *.SH" \ for the second item it...