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 4 years ago
parent
commit
b453b5da1f
2 changed files with 8 additions and 0 deletions
  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
+
+