diff options
author | Joris | 2017-03-05 16:11:37 +0100 |
---|---|---|
committer | Joris | 2017-03-05 16:11:37 +0100 |
commit | ec1ebe1f97626b3e5779f38a5957976a9f808626 (patch) | |
tree | 29d43de5b9eef581503cc5b2480b45f517ba8873 /dev | |
parent | cce4d47d6e5ecefae37ad125c07840dbe69939c3 (diff) |
Use webfs instead of python server
Diffstat (limited to 'dev')
-rwxr-xr-x | dev | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ #!/bin/sh -nix-shell --command "SHELL=$SHELL tmuxinator local" +nix-shell --command "SHELL=$SHELL mux local" |