6 lines
172 B
Plaintext
6 lines
172 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
cd <%= gem_directory %>
|
||
|
GEM_HOME=<%= ENV['GEM_HOME'] %> GEM_PATH=<%= ENV['GEM_PATH'] %> PATH=<%= `which ruby`.gsub(%r{/[^/]+$}, '') %>:$PATH bin/unison-watch
|
||
|
|