mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-25 02:52:13 +08:00
5 lines
85 B
Plaintext
5 lines
85 B
Plaintext
|
#!/bin/bash
|
||
|
echo -e '\e[31m:: \e[0m\e[1mUse chaser instead!'
|
||
|
chaser
|
||
|
echo -ne '\e[0m'
|