diff options
author | Ivan Héda <ivan.heda@gmail.com> | 2018-02-14 10:45:45 +0100 |
---|---|---|
committer | Ivan Héda <ivan.heda@gmail.com> | 2018-02-14 10:47:19 +0100 |
commit | a33b39f7675fbd70f499d162924e46b8a70ad1f1 (patch) | |
tree | 7c685c3637f595b78f2d1678b2bb5b47616fb835 /install.sh | |
parent | Code cleaning. (diff) | |
download | move-to-next-monitor-a33b39f7675fbd70f499d162924e46b8a70ad1f1.tar.gz move-to-next-monitor-a33b39f7675fbd70f499d162924e46b8a70ad1f1.tar.bz2 move-to-next-monitor-a33b39f7675fbd70f499d162924e46b8a70ad1f1.zip |
Fixed left corner out of the screen behavior.
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..e773930 --- /dev/null +++ b/install.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +cd $(dirname $0) +cp ./move-to-next-monitor /usr/local/bin/move-to-next-monitor
\ No newline at end of file |