8 lines
118 B
Bash
Executable File
8 lines
118 B
Bash
Executable File
#! /bin/bash
|
|
|
|
action=$1
|
|
|
|
path="$HOME/Pictures/Screenshots/Screenshot-$(date +%s%3N).png"
|
|
|
|
grimshot $action area $path
|