This commit is contained in:
* 2017-07-24 01:11:28 +02:00
parent 6245ffe37a
commit 6c7e005da7
2 changed files with 12 additions and 2 deletions

View file

@ -1,4 +1,4 @@
busybox mount -o remount rw /system/
busybox mount -o rw,remount /system
mount -o rw,remount /system
BEFEHL=ffmpeg
ln -s /data/data/com.termux/files/usr/bin/$BEFEHL /system/xbin/
mount -o rw,remount,rw /system

10
sgit Executable file
View file

@ -0,0 +1,10 @@
#!/bin/bash
set -ex
[ -n $"{1}" ] && git config --global user.email "${1}"
git add --all
git commit --all
git push
git show
git status