5 lines
72 B
Plaintext
5 lines
72 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
distrib/all/build-all dryrun $* 2>&1 | tee tmp/dryrun.log
|
||
|
|