mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-05-01 03:00:26 -04:00
6 lines
98 B
Bash
Executable File
6 lines
98 B
Bash
Executable File
#!/bin/bash
|
|
vte-2.91 -h | head
|
|
vte-2.91 --version
|
|
vte-2.91-gtk4 -h | head
|
|
vte-2.91-gtk4 --version
|