Browse Source

split off bmo: Rebrand a bit

Alois Mahdal 9 years ago
parent
commit
a8652e2986
3 changed files with 3 additions and 3 deletions
  1. 1
    1
      Makefile
  2. 1
    1
      README
  3. 1
    1
      src/bin/satcmd.skel

+ 1
- 1
Makefile View File

1
-# satcmd - A Saturnin template command
1
+# saturnin - Spirit of your toolbox
2
 # See LICENSE file for copyright and license details.
2
 # See LICENSE file for copyright and license details.
3
 
3
 
4
 include config.mk
4
 include config.mk

+ 1
- 1
README View File

1
 SATURNIN
1
 SATURNIN
2
 ========
2
 ========
3
 
3
 
4
-Smart and ready desktop helper
4
+Spirit of your toolbox

+ 1
- 1
src/bin/satcmd.skel View File

41
 }
41
 }
42
 
42
 
43
 version_info() {
43
 version_info() {
44
-    echo "$(basename "$0") (Example saturnin-bases command) $SATCMD_VERSION"
44
+    echo "$(basename "$0") (Spirit of your toolbox) $SATCMD_VERSION"
45
     exit "$FFOO_EXIT_OK"
45
     exit "$FFOO_EXIT_OK"
46
 }
46
 }
47
 
47