Skip to content

Commit 7e34d92

Browse files
committed
.s390x added
1 parent 722524e commit 7e34d92

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.s390x

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#!/bin/bash
2+
#
3+
# Test Big endian, too.
4+
#
5+
# s390x is a VM running with qemu-system-s390x at my side
6+
#
7+
# Example usage:
8+
# ./.s390x; inotify-hookable -f md5c.js.in -f unroll.sh -c ./.s390x
9+
10+
rm A B
11+
touch A B
12+
make md5c.js && js md5c.js > A && scp md5c.js s390x: && ssh s390x js md5c.js > B
13+
diff -y --color=always A B
14+

0 commit comments

Comments
 (0)