mirror of
https://github.com/yshui/picom.git
synced 2024-10-27 05:24:17 -04:00
78f002d154
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
5 lines
89 B
Bash
Executable file
5 lines
89 B
Bash
Executable file
#!/bin/sh
|
|
compton=$(realpath $1)
|
|
cd $(dirname $0)
|
|
|
|
./run_one_test.sh $compton ./basic.py
|