tilde/cgi-bin/online-users.sh

8 lines
164 B
Bash
Executable File

#!/bin/sh
printf "Content-type: text/plain; Charset: UTF-8\n"
printf "\n"
last -Rwpnow | grep -v 'wtmp begins' | grep -v tmux | cut -d' ' -f1 | sort -u | grep .