tinycm view plugins/skel/skel.cgi @ rev 121

Remove ashism ==
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 26 12:26:25 2019 +0100 (2019-02-26)
parents a8bb593bd803
children
line source
1 #!/bin/sh
2 #
3 # TinyCM/TazBug Plugin - Skeleton
4 #
6 if [ "$(GET skel)" ]; then
7 d="Skel"
8 header
9 html_header
10 user_box
11 echo "<h2>Plugin Skel</h2>"
12 echo $(date)
14 # Let's code!
16 html_footer
17 exit 0
18 fi