Subversion Repositories f9daq

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

#!/bin/bash

echo "Bash start."
sleep 5
echo "Bash end."

exit 0