Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
Nico Schottelius 2013-04-22 12:53:44 +02:00
parent e2d07ba9f7
commit 678422594e
3 changed files with 2 additions and 24 deletions

View File

@ -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

View File

@ -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

8
x-on
View File

@ -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