toaruos/apps/test.sh
2018-08-08 10:14:59 +09:00

6 lines
128 B
Bash

#!/bin/sh
export-cmd UNAME uname
export-cmd DATE date
echo "This is a test shell script."
echo "This is $UNAME and it is $DATE"