Skip to content

Commit f1dc525

Browse files
useful_scripts/sync_git_repo_from_pc1_to_pc2.sh: update script to run gs_alert...
...on your **local** machine, NOT remotely!
1 parent 491f3fc commit f1dc525

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

useful_scripts/sync_git_repo_from_pc1_to_pc2.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,9 @@ Usage:
115115
$SCRIPT_NAME [pc2_target_name [cmd]]
116116
117117
Example:
118-
$SCRIPT_NAME desktop 'time bazel build //...; gs_alert'
118+
# note that the 'time bazel build //...' command here runs remotely on pc2,
119+
# while the 'gs_alert' part runs on your local machine
120+
$SCRIPT_NAME desktop 'time bazel build //...'; gs_alert
119121
120122
Synchronize the git repo (whose directory you are currently in when running the command)
121123
on the local computer (\"PC1\") to the remote 'pc2_target_name' computer

0 commit comments

Comments
 (0)