1 2 3 4 5
#!/bin/bash if test -z "$1" then # Response list of articles else # Response article page fi