mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
3 lines
38 B
Bash
3 lines
38 B
Bash
#!/bin/sh
|
|
set -e
|
|
exec adb kill-server
|