toaruos/apps/test.sh

6 lines
128 B
Bash
Raw Normal View History

2018-08-08 04:14:59 +03:00
#!/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"