浏览代码

split off bmo: Rebrand a bit

Alois Mahdal 9 年前
父节点
当前提交
a8652e2986
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. 1
    1
      Makefile
  2. 1
    1
      README
  3. 1
    1
      src/bin/satcmd.skel

+ 1
- 1
Makefile 查看文件

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 查看文件

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 查看文件

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