mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 14:38:06 +02:00
7 lines
54 B
Bash
7 lines
54 B
Bash
#!/bin/sh
|
|
|
|
function foobar() {
|
|
echo "foo!"
|
|
}
|
|
|
|
foobar
|