mirror of
https://github.com/ish-app/ish.git
synced 2026-01-25 14:06:40 +00:00
- script sets up test file system - add -y flag to auto-accept setup prompt - change travis script to use meson test
9 lines
111 B
Bash
9 lines
111 B
Bash
#!/bin/sh
|
|
echo Hello, sh!
|
|
|
|
python test_python2.py
|
|
python3 test_python3.py
|
|
|
|
gcc test_c.c -o ./hello_c
|
|
./hello_c
|