6 lines
244 B
Bash
Executable file
6 lines
244 B
Bash
Executable file
#!/bin/bash
|
|
|
|
git clone https://github.com/Gustash/sway-screenshot.git
|
|
sed -i 's;/usr/bin/env sh;/usr/bin/env bash;' sway-screenshot/sway-screenshot
|
|
mv ./sway-screenshot/sway-screenshot $HOME/.local/bin
|
|
chmod +x $HOME/.local/bin/sway-screenshot
|