links
This commit is contained in:
parent
14c067f66c
commit
02cd069bea
1 changed files with 6 additions and 0 deletions
6
link.sh
Executable file
6
link.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/system/xbin/bash
|
||||
|
||||
BEFEHL=$1
|
||||
|
||||
mount -o rw,remount /system
|
||||
ln -s /data/data/com.termux/files/usr/bin/$BEFEHL /system/xbin/
|
Loading…
Reference in a new issue