added zenity examples
This commit is contained in:
8
code/Bash/zenity/table.sh
Executable file
8
code/Bash/zenity/table.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
for i in $(seq 1 10)
|
||||
do
|
||||
echo "bla bla"
|
||||
echo "xxx"
|
||||
echo "$i"
|
||||
done | zenity --list --title="title" --text="text" --column="X" --column="Y" --column="Z"
|
||||
Reference in New Issue
Block a user