shell-scripte-code/link.sh
simono41 367bfe52d4 fix
2017-10-14 01:32:00 +02:00

11 lines
235 B
Bash
Executable file

#!/system/xbin/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/