weber.sh 380 B

1234567891011121314
  1. #!/bin/bash
  2. echo "WARN: Weber is not working"
  3. return 1
  4. #fw_exists weber
  5. #[ $? -ne 0 ] || { return 0; }
  6. #git clone https://github.com/elixir-web/weber.git
  7. # To get the two make commands working, we need to hard code the path for elixir's "mix"
  8. #cd weber
  9. #sed -i 's:$(MIX):/home/tfb/FrameworkBenchmarks/installs/elixir-0.13.3/bin/mix:' Makefile
  10. #make
  11. #bash -i -c 'sudo make test'