From 99a42df0d7d5caa07cd5b4923d7c02802b448d63 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Wed, 9 Dec 2020 15:37:18 +0700 Subject: Update 2020-12-09 --- debian/.bashrc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'debian/.bashrc') diff --git a/debian/.bashrc b/debian/.bashrc index f8f277b..70eba5c 100644 --- a/debian/.bashrc +++ b/debian/.bashrc @@ -108,6 +108,12 @@ function ipfs-cors { systemctl restart --user ipfs } +function expose-anbox { + systemctl --user restart anbox-session-manager.service + adb kill-server + adb start-server +} + # enable programmable completion features (you don't need to enable # this, if it's already enabled in /etc/bash.bashrc and /etc/profile # sources /etc/bash.bashrc). -- cgit 1.4.1