shell-scripte-code/link.sh

12 lines
233 B
Bash
Raw Permalink Normal View History

2019-01-07 20:23:02 +01:00
#!/usr/bin/env bash
2017-10-14 01:22:40 +02:00
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
2020-03-26 09:18:51 +01:00
#mount -o rw,remount /system
ln -s /data/data/com.termux/files/usr/bin/$BEFEHL /sbin/