From c3ed120d01740c61a2cafc67e597389aa0c4b674 Mon Sep 17 00:00:00 2001 From: px4dev Date: Wed, 30 Jan 2013 16:16:12 -0800 Subject: Back out deletion of the /etc/init.d scripts; we need these. --- ROMFS/scripts/rc.jig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ROMFS/scripts/rc.jig (limited to 'ROMFS/scripts/rc.jig') diff --git a/ROMFS/scripts/rc.jig b/ROMFS/scripts/rc.jig new file mode 100644 index 000000000..e2b5d8f30 --- /dev/null +++ b/ROMFS/scripts/rc.jig @@ -0,0 +1,10 @@ +#!nsh +# +# Test jig startup script +# + +echo "[testing] doing production test.." + +tests jig + +echo "[testing] testing done" -- cgit v1.2.3