소스 검색

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,4 +1,4 @@
1
-# satcmd - A Saturnin template command
1
+# saturnin - Spirit of your toolbox
2 2
 # See LICENSE file for copyright and license details.
3 3
 
4 4
 include config.mk

+ 1
- 1
README 파일 보기

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

+ 1
- 1
src/bin/satcmd.skel 파일 보기

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