#!/bin/bash if [[ -e outputs/kiosk ]]; then tail -n 1 outputs/kiosk | awk '{ print $1 }' fi