7 lines
218 B
Bash
7 lines
218 B
Bash
|
|
#!/bin/bash
|
||
|
|
# https://docs.sheetjs.com/docs/demos/mobile/reactnative
|
||
|
|
|
||
|
|
echo "These tests must be run manually. You can find the demo at:"
|
||
|
|
echo ""
|
||
|
|
echo " https://docs.sheetjs.com/docs/demos/mobile/reactnative"
|
||
|
|
echo ""
|