From 162728c1b19dc17f5c99f1bc158619d1c343ae8e Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Sat, 29 Aug 2015 00:02:52 +0800 Subject: [PATCH] samples: add shellcode to sample_all.sh --- samples/sample_all.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/samples/sample_all.sh b/samples/sample_all.sh index e4ff7d48..e9e49e43 100755 --- a/samples/sample_all.sh +++ b/samples/sample_all.sh @@ -17,6 +17,8 @@ if test -e $DIR/sample_x86; then $DIR/sample_x86 -64 echo "==========================" $DIR/sample_x86 -16 + echo "==========================" + $DIR/shellcode -32 fi if test -e $DIR/sample_arm; then echo "=========================="