5 lines
113 B
Bash
5 lines
113 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
zenity --info \
|
||
|
--text="Merge complete. Updated 3 of 10 files."
|