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