From 6c7e005da798bbb7af83645b67d2d172ea02a73c Mon Sep 17 00:00:00 2001 From: * <> Date: Mon, 24 Jul 2017 01:11:28 +0200 Subject: [PATCH] fix --- befehle.txt | 4 ++-- sgit | 10 ++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100755 sgit 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