Skip to content

Instantly share code, notes, and snippets.

@lifely
Created February 8, 2012 12:08
Show Gist options
  • Save lifely/1768579 to your computer and use it in GitHub Desktop.
Save lifely/1768579 to your computer and use it in GitHub Desktop.
[Astek] Malloc 2015
#! /usr/bin/env bash
cd /tmp;
svn co svn+ssh://kscm@koala-rendus.epitech.net/malloc-2015-2014s-$USER $USER-malloc;
cd $USER-malloc;
tar xf /u/all/plassi_y/public/Moul_malloc_sout.tar;
make;
make;
export LD_LIBRARY_PATH=.
export LD_PRELOAD=libmy_malloc.so
./moul_malloc_sout
cat /u/all/plassi_y/public/b4_-_psu_-_2015_-_2014s_malloc_marks.csv | grep $USER
@lifely
Copy link
Author

lifely commented Feb 9, 2012

hey, ca va bien ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment