diff options
| author | Mattias Andrée <maandree@operamail.com> | 2013-01-23 22:29:23 +0100 |
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2013-01-23 22:29:23 +0100 |
| commit | 7faf6031e68fa43ab6c5e98f3e0feecadd514203 (patch) | |
| tree | ec4286099d9c3850addb9942ada39dc42d598b62 /bootcleanse.py | |
| parent | info: overview (diff) | |
| download | bootcleanse-7faf6031e68fa43ab6c5e98f3e0feecadd514203.tar.gz bootcleanse-7faf6031e68fa43ab6c5e98f3e0feecadd514203.tar.bz2 bootcleanse-7faf6031e68fa43ab6c5e98f3e0feecadd514203.tar.xz | |
invoking1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'bootcleanse.py')
| -rwxr-xr-x | bootcleanse.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootcleanse.py b/bootcleanse.py index 31d257a..e90157b 100755 --- a/bootcleanse.py +++ b/bootcleanse.py @@ -41,7 +41,7 @@ print('to back up the first 512 byte of each defected file.') print('To back up run `dd if=DEVICE bs=512 count=1 > DEV.backup`.') print('To restore run `dd of=DEVICE bs=512 count=1 if=DEV.backup`.') print() -print('\033[01mProcessed? [yes/no]\033[21m') +print('\033[01mProceed? [yes/no]\033[21m') while True: yn = input() |
