mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-19 18:00:09 +00:00
5 lines
31 B
Plaintext
5 lines
31 B
Plaintext
|
#!/bin/sh
|
||
|
cat $1
|
||
|
cat $2
|
||
|
cat $3
|