Browse Source

I'm including my update script.

(As update_example).

This copies the new mystic binary
+ anything in the hh directory
to the live bbs/system directory.
bugz 5 năm trước cách đây
mục cha
commit
b453b5da1f
2 tập tin đã thay đổi với 8 bổ sung0 xóa
  1. 2 0
      rsync_list.txt
  2. 6 0
      update_example

+ 2 - 0
rsync_list.txt

@@ -0,0 +1,2 @@
+mystic
+hh/

+ 6 - 0
update_example

@@ -0,0 +1,6 @@
+#!/bin/bash
+
+# cp mystic ~/dev/mystic/live/system/bbs
+rsync -v --files-from=rsync_list.txt . ~/dev/mystic/live/system/bbs
+
+