6 lines
82 B
Bash
Executable File
6 lines
82 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
rm -f /tmp/perfetto-consumer /tmp/perfetto-producer
|
|
|
|
#DEBHELPER#
|