取得當前的shell環境

echo $SHELL

/data/data/com.termux/files/usr/bin/bash

測試shell程式

vim hello-termux.sh

#!/bin/bash
echo "Hello Termux!!!"

Last updated