From 678422594e622e6aadc67cafe7b335e12160b216 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 22 Apr 2013 12:53:44 +0200 Subject: [PATCH] +sync Signed-off-by: Nico Schottelius --- kamerasync | 4 ++-- x-autostart | 14 -------------- x-on | 8 -------- 3 files changed, 2 insertions(+), 24 deletions(-) delete mode 100755 x-autostart delete mode 100644 x-on diff --git a/kamerasync b/kamerasync index 1e9e7ef..4debad5 100755 --- a/kamerasync +++ b/kamerasync @@ -24,9 +24,8 @@ set -ex dev="$1" -destbase=~nico/photos/ +destbase=~nico/photos dest=$destbase/$(date +%Y%m%d).eingehend -#dest=~nico/$(date +%Y%m%d).eingehend mp="/mnt" if [ ! -e "$destbase" ]; then @@ -40,3 +39,4 @@ mv -i "$mp/DCIM/"*/* "$dest" sudo umount "$mp" sudo chown -R nico "$dest" su nico -c "cd $dest && renrot IMG_*.*" +rm -f $dest/*_orig diff --git a/x-autostart b/x-autostart deleted file mode 100755 index c91a711..0000000 --- a/x-autostart +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh - -# start 4 mutt clients -tmutt -tmutt - -# start tee window -# x-terminal-emulator -name tee -e ressh.sh tee.schottelius.org - -# start root window -x-terminal-emulator -name sudo -e sudo -i - -# retrieve mails -x-terminal-emulator -name fetchmail -e hole_mails 30 diff --git a/x-on b/x-on deleted file mode 100644 index 18c82a2..0000000 --- a/x-on +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -x-off - -# Work -xrandr --output DP1 --auto --rotate normal --above eDP1 - -# Home -xrandr --output HDMI1 --auto --rotate normal --left-of eDP1