diff options
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 |