mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 20:20:18 +01:00
7 lines
54 B
Bash
7 lines
54 B
Bash
#!/bin/sh
|
|
|
|
function foobar() {
|
|
echo "foo!"
|
|
}
|
|
|
|
foobar
|