diff options
| author | Andrew <saintruler@gmail.com> | 2020-07-17 15:14:30 +0400 |
|---|---|---|
| committer | Andrew <saintruler@gmail.com> | 2020-07-17 15:14:30 +0400 |
| commit | c15360bdd76eadf62cc1ac7ccb03e17ec250b024 (patch) | |
| tree | 8fdaf75fae7fdcb997fe98e46d8add81fa671dd3 /.local/bin/scripts/screenshot | |
| parent | 9d22b4fc9c67711165e52150038cc6a72d8f4f8d (diff) | |
Added screenshoter scripts
Diffstat (limited to '.local/bin/scripts/screenshot')
| -rwxr-xr-x | .local/bin/scripts/screenshot | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.local/bin/scripts/screenshot b/.local/bin/scripts/screenshot new file mode 100755 index 0000000..a7d3cda --- /dev/null +++ b/.local/bin/scripts/screenshot @@ -0,0 +1,3 @@ +#!/bin/sh + +/bin/sh -c "$(screenshot.py $@)" |