inital commit of clone of old repo
This commit is contained in:
11
Old/NOVA/usr/local/bin/scrotshooter
Executable file
11
Old/NOVA/usr/local/bin/scrotshooter
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
msg="Image filename:"
|
||||
mydir="$HOME/Desktop/Screenshots"
|
||||
title="ScreenShooter"
|
||||
|
||||
filename=$(zenity --entry --text "$msg" --entry-text FileName)
|
||||
|
||||
scrot $mydir/$filename.png
|
||||
|
||||
exit 0
|
Reference in New Issue
Block a user