5 lines
166 B
Bash
Executable file
5 lines
166 B
Bash
Executable file
#!/bin/bash
|
|
|
|
git clone https://github.com/Gustash/sway-screenshot.git
|
|
mv ./sway-screenshot/sway-screenshot $HOME/.local/bin
|
|
chmod +x $HOME/.local/bin/sway-screenshot
|