diff options
Diffstat (limited to 'ryuglab_scripts/11-patch')
-rwxr-xr-x | ryuglab_scripts/11-patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ryuglab_scripts/11-patch b/ryuglab_scripts/11-patch new file mode 100755 index 0000000..7963ffc --- /dev/null +++ b/ryuglab_scripts/11-patch @@ -0,0 +1,9 @@ +#!/bin/sh + +set -e + +cd ../linux + +git reset --hard + +git apply --index < ../measure_scripts/shark-ryu-board-patch.patch |