shell-scripte-code/link.sh
2019-01-07 20:23:02 +01:00

11 lines
239 B
Bash
Executable file

#!/usr/bin/env bash
BEFEHL=$1
if [ -f /system/xbin/$BEFEHL ]; then
echo "Überschreibe /system/xbin/$BEFEHL"
rm /system/xbin/$BEFEHL
fi
mount -o rw,remount /system
ln -s /data/data/com.termux/files/usr/bin/$BEFEHL /system/xbin/