From de2ae9303a748f20706446343ee7dc504f2c1eb4 Mon Sep 17 00:00:00 2001 From: jp7g21 <jp7g21@soton.ac.uk> Date: Sat, 13 Nov 2021 17:10:52 +0000 Subject: [PATCH] Integrate drake with duck --- drake/drake | 4 ++-- drake/test1/stuff.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drake/drake b/drake/drake index cbe9ead..3e7bd9d 100755 --- a/drake/drake +++ b/drake/drake @@ -5,9 +5,9 @@ res=$? if [ $res != 0 ] then - echo ":(" + /usr/lib/duck/duck headshake 3 else - echo ":)" + /usr/lib/duck/duck nod 1 fi exit $res diff --git a/drake/test1/stuff.c b/drake/test1/stuff.c index 3e633c2..32b4efd 100644 --- a/drake/test1/stuff.c +++ b/drake/test1/stuff.c @@ -2,6 +2,6 @@ int do_stuff(void) { - printf("hello, world\n") + printf("hello, world\n"); return 0; } -- GitLab