mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-22 23:50:04 +01:00
downstream tools get confused when the script is missing a shebang line, and having a shebang line doesn't hurt, so add one.
3 lines
22 B
Bash
Executable File
3 lines
22 B
Bash
Executable File
#!/bin/sh
|
|
echo "echo"
|