Skip to content

Instantly share code, notes, and snippets.

@lifely
Created December 7, 2011 13:10
Show Gist options
  • Save lifely/1442742 to your computer and use it in GitHub Desktop.
Save lifely/1442742 to your computer and use it in GitHub Desktop.
soutenance-gnl
#! /bin/bash
cd /tmp;
svn co svn+ssh://kscm@koala-rendus.epitech.net/getnextline-2015ed-2014s-$USER $USER-gnl;
cd $USER-gnl;
cp -r /u/all/ait-ba_m/public/MOULINETTE_GNL/moulinette_get_next_line/ .;
cp get_next_line.[ch] moulinette_get_next_line/;
./moulinette.sh;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment