shell-scripte-code/link.sh

12 lines
239 B
Bash
Raw Normal View History

2017-10-14 01:22:40 +02:00
#!/system/xbin/bash
BEFEHL=$1
2017-10-14 01:32:00 +02:00
if [ -f /system/xbin/$BEFEHL ]; then
2018-11-11 04:24:37 +01:00
echo "Überschreibe /system/xbin/$BEFEHL"
rm /system/xbin/$BEFEHL
2017-10-14 01:32:00 +02:00
fi
2017-10-14 01:22:40 +02:00
mount -o rw,remount /system
ln -s /data/data/com.termux/files/usr/bin/$BEFEHL /system/xbin/