forked from AuroraMiddleware/gtk
5 lines
31 B
Plaintext
5 lines
31 B
Plaintext
|
#!/bin/sh
|
||
|
cat $1
|
||
|
cat $2
|
||
|
cat $3
|