mirror of
https://tildegit.org/ben/dotfiles.git
synced 2025-04-01 18:43:23 +00:00
9 lines
115 B
Bash
Executable File
9 lines
115 B
Bash
Executable File
#!/bin/bash
|
|
|
|
rename 's/ /-/g' ~/Pictures/*.png
|
|
|
|
latest=$(ls -Art ~/Pictures | tail -n 1)
|
|
|
|
pb "~/Pictures/$latest"
|
|
|