Hacker Public Radio

Your ideas, projects, opinions - podcasted.

New episodes Monday through Friday.


HPR3512: Auld Acquaintance

Hosted by Jezra on 2022-01-18 00:00:00
Download or Listen

Toshiba Satellite L455-S5000
https://www.ifixit.com/Device/Toshiba_Satellite_L455-S5975

The script!

#!/bin/bash

# target dir is ~/Photos/YYYY-MM-DD_Hm
targetDir="/home/$USER/Photos/$(date +"%F_%H%M")"

# create the dir
mkdir $targetDir

# cd to dir
cd $targetDir

# kill all gphoto stuff
pkill -f gphoto2

# get the files
gphoto2 --get-all-files

# delete all files on camera recursively
gphoto2 -DR

Comments



More Information...


Copyright Information

Unless otherwise stated, our shows are released under a Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) license.

The HPR Website Design is released to the Public Domain.