dotfiles/termux/boot/symlink

5 lines
193 B
Plaintext
Raw Normal View History

2017-09-17 16:39:54 +00:00
#!/data/data/com.termux/files/usr/bin/bash
2017-10-07 11:43:31 +00:00
echo "/system/bin/mount -o remount,rw /" | tsu
2017-09-16 17:24:04 +00:00
echo "ln -s /data/data/com.termux/files/usr /usr" | tsu
2017-10-07 11:43:31 +00:00
echo "/system/bin/mount -o remount,ro /" | tsu