~writer-devs/writer/trunk

« back to all changes in this revision

Viewing changes to run.sh

  • Committer: Tuur Dutoit
  • Date: 2014-08-14 18:42:13 UTC
  • Revision ID: me@tuurdutoit.be-20140814184213-1txyepd3vqw2vknl
First commit. Made basic structure

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
 
 
3
clear
 
4
valac --pkg gtk+-3.0 --pkg granite -o Writer src/config.vala src/Writer.vala src/MainWindow.vala src/Widgets/TitleBar.vala src/Widgets/WelcomeView.vala
 
5
 
 
6
if [ $? -eq 0 ]; then
 
7
    ./Writer
 
8
else
 
9
    echo 'Compilation Failed!'
 
10
fi
 
 
b'\\ No newline at end of file'