diff --git a/befehle.txt b/befehle.txt index 3e6801e..20cc4f7 100755 --- a/befehle.txt +++ b/befehle.txt @@ -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 diff --git a/sgit b/sgit new file mode 100755 index 0000000..3be9f79 --- /dev/null +++ b/sgit @@ -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