1#!/bin/bash 2 3echo "Hello OwlBot Postprocessor!" 4 5echo "pwd: $(pwd)" 6echo "ls: " 7ls -alt 8 9echo "-------" 10echo "id: $(id)" 11 12