From 4b77b8eefa3804a8672336cb762c51dd267e2357 Mon Sep 17 00:00:00 2001 From: YuCat <66810215+YuCat-OVO@users.noreply.github.com> Date: Mon, 6 May 2024 12:04:55 +0800 Subject: [PATCH] Del test --- root/usr/bin/mytest | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 root/usr/bin/mytest diff --git a/root/usr/bin/mytest b/root/usr/bin/mytest deleted file mode 100644 index 6545aeb..0000000 --- a/root/usr/bin/mytest +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/with-contenv bash -# shellcheck shell=bash - -sudo -u root -s /bin/bash -c "/opt/baidunetdisk/baidunetdisk --no-sandbox" > /tmp/baidunetdisk_output.txt 2>&1 & -sleep 15 - -echo -e '\033[0;31m' -cat /tmp/baidunetdisk_output.txt -echo -e '\033[0m'