6 lines
134 B
Text
6 lines
134 B
Text
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
rm -rf target/out-self-host
|
||
|
|
lein with-profile self-host run scripts/test-self-host.clj
|
||
|
|
node target/out-self-host/main.js
|