New backup 2024-04-11 20:00:03
This commit is contained in:
parent
91334fe3d2
commit
c0e195d0ca
1 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
copyq count
|
||||
#cb_count=$(copyq count)
|
||||
cb_count=2
|
||||
|
||||
for i in $(seq $cb_count);do
|
||||
echo "$(copyq read $((${i}-1)))"
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue