parent
5e8f8cc4b1
commit
23681c9a0f
@ -0,0 +1,3 @@ |
||||
#!/bin/bash |
||||
|
||||
xterm -title "ESP html build" -e "source $HOME/.bashrc && make -B -j4" |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -0,0 +1,3 @@ |
||||
#!/bin/bash |
||||
|
||||
xterm -title "ESP gulp build" -e "source $HOME/.bashrc && cd html_src && gulp" |
@ -1,3 +1,3 @@ |
||||
#!/bin/bash |
||||
|
||||
xterm -title "ESP html build" -e "source $HOME/.bashrc && cd html_src && gulp watch" |
||||
xterm -title "ESP gulp watch" -e "source $HOME/.bashrc && cd html_src && gulp watch" |
||||
|
Loading…
Reference in new issue