dev/vala/gsettings/run.sh

6 lines
89 B
Bash
Executable File

#!/bin/sh
glib-compile-schemas .
valac --pkg gio-2.0 GLib.Settings.vala
./GLib.Settings