mirror of
https://github.com/YunoHost-Apps/linuxdash_ynh.git
synced 2024-09-03 19:36:07 +02:00
4 lines
No EOL
164 B
Bash
Executable file
4 lines
No EOL
164 B
Bash
Executable file
#!/bin/bash
|
|
result=$(COLUMNS=300 /usr/bin/w -h | /usr/bin/awk '{print "{\"user\": \"" $1 "\", \"from\": \"" $3 "\", \"when\": \"" $4 "\"},"}')
|
|
|
|
echo [ ${result%?} ] |