fix
This commit is contained in:
parent
6245ffe37a
commit
6c7e005da7
2 changed files with 12 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
busybox mount -o remount rw /system/
|
busybox mount -o rw,remount /system
|
||||||
|
mount -o rw,remount /system
|
||||||
BEFEHL=ffmpeg
|
BEFEHL=ffmpeg
|
||||||
ln -s /data/data/com.termux/files/usr/bin/$BEFEHL /system/xbin/
|
ln -s /data/data/com.termux/files/usr/bin/$BEFEHL /system/xbin/
|
||||||
mount -o rw,remount,rw /system
|
|
||||||
|
|
10
sgit
Executable file
10
sgit
Executable 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
|
Loading…
Reference in a new issue