diff --git a/bashfblib.sh b/bashfblib.sh index 730aa31..5e33f41 100644 --- a/bashfblib.sh +++ b/bashfblib.sh @@ -63,3 +63,9 @@ drawpixel() dd if=${TEMP} of=${SCREEN_FB} bs=1 seek=${skip} count=${BYTE_PER_PIXEL} 2&> /dev/null } + +fblib_cleanup() +{ + rm ${TEMP} +} +}