mirror of
https://github.com/i3/i3.git
synced 2026-04-26 17:05:48 +00:00
13 lines
98 B
Perl
13 lines
98 B
Perl
#!perl
|
|
# vim:ts=4:sw=4:expandtab
|
|
#
|
|
#
|
|
#
|
|
use i3test;
|
|
|
|
cmd 'blargh!';
|
|
|
|
does_i3_live;
|
|
|
|
done_testing;
|