diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2020-04-04 21:10:54 +0200 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2020-04-04 21:10:54 +0200 |
commit | 40c2cdb4912ced8c023a1b8b19527e2d151e1e01 (patch) | |
tree | 09036dd2c0549680fdae0997163679787d49c402 | |
parent | bac5c5170cd48d913dc08cd64e8dd01046487e51 (diff) | |
download | scripts-40c2cdb4912ced8c023a1b8b19527e2d151e1e01.tar.gz scripts-40c2cdb4912ced8c023a1b8b19527e2d151e1e01.zip |
syncthing.sh changed to use PATH executable.
-rwxr-xr-x | syncthing.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/syncthing.sh b/syncthing.sh index f593af9..0016885 100755 --- a/syncthing.sh +++ b/syncthing.sh @@ -1,3 +1,4 @@ #!/bin/sh -i3-msg "workspace 5" && urxvt -e ~/syncthing/syncthing-linux-amd64-v1.1.1/syncthing +i3-msg "workspace 5" && urxvt -e syncthing + |