~skiqqy/bin

3c0ea9d1382310297caced4fd4804dbbbb47ce66 — Stephen Cochrane 1 year, 8 months ago 2812c8a
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 "$@"
			;;