CLIの巻
torrent
code:sh
aria2c --seed-time=0 'magnet:?xt=urn:btih:2269f426d759e43aaff51c0256f85256aed89910&dn=archlinux-2022.08.05-x86'
CIでX11関連のテストをする方法
xvfb を使う
code:sh
$ apt install xvfb
$ cat test.sh
xclip -selection clipboard < <(echo "hello")
xclip -selection clipboard -o
$ xvfb-run ./test.sh
hello