Update shell interface

This commit is contained in:
2024-03-22 03:17:39 +01:00
parent 6ddcecb15d
commit 2425cf8097

View File

@@ -345,7 +345,8 @@ neo(){
sh(){
admin
sendmsg "<code>$(whoami)@${HOSTNAME}:${PWD}$</code> <code>${args[*]}</code>
sendmsg "<code>$(whoami)@$(cat /etc/hostname) [${PWD}]</code>
<code>$</code> <code>${args[*]}</code>
<code>$(echo ${args[*]} | bash - 2>&1)</code>"
}