diff options
| author | Eugene Wissner <belka.ew@gmail.com> | 2014-06-25 21:29:49 +0200 |
|---|---|---|
| committer | Eugene Wissner <belka.ew@gmail.com> | 2014-06-25 21:29:49 +0200 |
| commit | 4b59879690d14dacea8c3db74ff948f5044380bd (patch) | |
| tree | 74c42dcce1319b41009a25e00118d41adfaf3ed8 /compile.bash | |
| download | slack-timedate-4b59879690d14dacea8c3db74ff948f5044380bd.tar.gz | |
Initial commit
Diffstat (limited to 'compile.bash')
| -rwxr-xr-x | compile.bash | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compile.bash b/compile.bash new file mode 100755 index 0000000..1e7a14f --- /dev/null +++ b/compile.bash @@ -0,0 +1,3 @@ +#/bin/bash + +cc `pkg-config --cflags --libs gio-unix-2.0 dbus-1` -g -o slack-timedate slack-timedate.c |
