Skip to content
This repository was archived by the owner on Jun 17, 2025. It is now read-only.

Commit 49abb39

Browse files
committed
script now removes log files on startup
1 parent 362fda7 commit 49abb39

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gibber.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/bin/bash
22

3+
rm gibber.log
4+
rm gibber_errlist.log
5+
36
export NEW_ENC=$(echo $3 | sed 's/\(.*\)/\L\1/')
47

58
function convertencoding {

0 commit comments

Comments
 (0)