Archived
2
0
This repository has been archived on 2025-06-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
gpl/DIR819/product/DIR-819/hidenPage.sh
2025-06-04 20:36:23 -03:00

21 lines
458 B
Bash
Executable File

#!/bin/sh
version=$1
auth=$2
lastRev=$3
revurl=$4
flashList=$5
date=`date -R|cut -b1-26`
echo "" > test_version.html
echo -e " <td>\n\
<p>Version Information</p>\n\
<p width=\"16%\" align=\"left\">Version:&nbsp;$version-D$lastRev</p>\n \
<p>Build By:&nbsp;$auth</p>\n \
<p>Build Date:&nbsp;$date</p>\n \
</td>\n\
</tr>\n\
</table>\n" >> test_version.html
mv test_version.html build/romfs/rootfs/usr/www/ -f