aboutsummaryrefslogtreecommitdiff
path: root/install.sh
blob: 14088059da30ccc8ce510a482489c624f09944fb (plain)
1
2
3
4
5
#!/usr/bin/env bash

cd $(dirname $0)
cp ./move-to-next-monitor /usr/local/bin/move-to-next-monitor
chmod +x /usr/local/bin/move-to-next-monitor
bgstack15