scripts

misc scripts and tools
git clone git://git.2f30.org/scripts
Log | Files | Refs

commit 25d4370f16c08805a4d27ce4aafba694bafdae3d
parent 387c6cfcd97b2faeaa1e28096e0698bbc857293b
Author: sin <sin@2f30.org>
Date:   Thu, 26 Nov 2015 17:28:28 +0000

Remove the tee crap

Diffstat:
Mupgrade-obsd | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/upgrade-obsd b/upgrade-obsd @@ -42,7 +42,7 @@ finish() { fw_update } -upgradekernel 2>&1 | tee kernel.output -upgradeworld 2>&1 | tee world.output -upgradexenocara 2>&1 | tee xenocara.output -finish 2>&1 | tee finish.output +upgradekernel +upgradeworld +upgradexenocara +finish