mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-21 00:40:10 +01:00
8 lines
54 B
Text
8 lines
54 B
Text
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
function foobar() {
|
||
|
|
echo "foo!"
|
||
|
|
}
|
||
|
|
|
||
|
|
foobar
|