Export Script
Make a menu entry to export current preset selection to a batch/bash script. I was wanting this because I was making a mega cleaning script that ran BleachBit, ChkDsk, and MyDefrag and beings I have WinApp2.ini there is a bunch of stuff. So anyway, here's what it should look like:
bash
#!/bin/bash
bleachbit -c {overwrite?} {presets}
batch
@echo off
cd {bleachbit-location}
bleachbit_console -c {overwrite?} {presets}
Or something similar.
andrew
Wed, 03/26/2014 - 23:13
Permalink
good idea
Thanks for the idea. I will think about it.
---
Andrew, lead developer