trim unused
1 files changed, 0 insertions(+), 11 deletions(-) D .local/bin/android-update-repo
D .local/bin/android-update-repo => .local/bin/android-update-repo +0 -11
@@ 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