4 lines
43 B
Plaintext
4 lines
43 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
exec "${0%-armv6l}-armv7l" "$@"
|