scripts: screenshot: use /usr/bin/env bash as interpreter

This commit is contained in:
Guanran928 2023-12-05 01:33:22 -06:00 committed by GitHub
parent 63e2c60db3
commit c29e8eb465
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Original script based on some early version of https://github.com/moverest/sway-interactive-screenshot
# modified for use with key bindings. For now supports sway & Hyprland.