Преглед изворни кода

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 година
родитељ
комит
b453b5da1f
2 измењених фајлова са 8 додато и 0 уклоњено
  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
+
+