Added touch on start
1 files changed, 1 insertions(+), 0 deletions(-) M clip
M clip => clip +1 -0
@@ 103,6 103,7 @@ main() com="$1" shift 1 + touch "$buffer" case "$com" in copy|paste|clean) $com "$@" ;;