Explorar o código

paste git command in get_libraries script

Jonas Reinsch %!s(int64=7) %!d(string=hai) anos
pai
achega
f453bbb57e
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      get_libraries.sh

+ 5 - 0
get_libraries.sh

@@ -12,3 +12,8 @@ rm -rf "${dst}"/deltachat-core
 mkdir -p "${dst}"
 cp -r "${base}" "$dst"
 rm -rf "$dst"/deltachat-core/.git*
+
+git_command="git add .; git commit -m 'update core'"
+echo "Copied to pasteboard: ${git_command}"
+echo -n "${git_command}" | pbcopy
+