#!/data/data/com.termux/files/usr/bin/bash
set -e

echo "Termux demo program"
echo "Hello from Termux"
echo "Working directory: $(pwd)"
