4 lines
65 B
Plaintext
4 lines
65 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
distrib/all/build-all daily $* 2>&1 | tee daily.log
|