Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(61)

Unified Diff: tools/lk/run_snapshot_lk.sh

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/lk/run_snapshot_lk.sh
diff --git a/tools/lk/run_snapshot_lk.sh b/tools/lk/run_snapshot_lk.sh
index 6bf0bfef8ab511ce342ff87119eb620b7c3be496..4de57240caf5493006a2b5c2a0c177165487d8c4 100755
--- a/tools/lk/run_snapshot_lk.sh
+++ b/tools/lk/run_snapshot_lk.sh
@@ -25,7 +25,7 @@ stty -F $PORT 115200
SIZE=`cat $1 | wc -c`
-echo "fletch" >$PORT
+echo "dartino" >$PORT
sleep 1
echo $SIZE >$PORT
sleep 1

Powered by Google App Engine
This is Rietveld 408576698