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