diff options
author | Jonathan Bauer | 2011-06-16 16:39:11 +0200 |
---|---|---|
committer | Jonathan Bauer | 2011-06-16 16:39:11 +0200 |
commit | b5ed9d8a4f912e8111d2463216519035d0420fc6 (patch) | |
tree | 0ebdf7d0f72a6dd1f046655222eb44cd4020316e | |
parent | CMakeLists, main class and build/run scripts (diff) | |
download | fbsplash-b5ed9d8a4f912e8111d2463216519035d0420fc6.tar.gz fbsplash-b5ed9d8a4f912e8111d2463216519035d0420fc6.tar.xz fbsplash-b5ed9d8a4f912e8111d2463216519035d0420fc6.zip |
test
-rw-r--r-- | README | 3 | ||||
-rwxr-xr-x | build.sh | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -0,0 +1,3 @@ +*************************************** + Framebuffer BootSplash for OpenSLX +*************************************** @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # fbsplash builder script for cmake # make build dir if its not there |