From 3114be6cebdc390563f26fb64e173f14cffabc34 Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Sat, 26 Aug 2023 17:12:34 +0800 Subject: [PATCH] trim unused --- .local/bin/android-update-repo | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 .local/bin/android-update-repo diff --git a/.local/bin/android-update-repo b/.local/bin/android-update-repo deleted file mode 100755 index 2a747f6..0000000 --- a/.local/bin/android-update-repo +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -set -e - -for repo in android_packages_apps_Backgrounds android_packages_apps_Eleven android_packages_apps_Jelly android_packages_apps_Recorder;do - cd ~/automated/$repo/ - echo $repo - git pull - git pull upstream $(git branch --show-current) - git push -f -done -- 2.45.2