ref: c878be04f90fcdfefb65ce9182b73825e6de971d
parent: 83d45ee5025546b99d2ccd8491c808eb50f3bad9
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Tue Sep 22 08:23:49 EDT 2015
scuzz: uncomment synccache command
--- a/sys/src/cmd/scuzz/scuzz.c
+++ b/sys/src/cmd/scuzz/scuzz.c
@@ -1669,9 +1669,9 @@
{ "blank", cmdblank, 1, /*[0xA1]*/
"blank [track/LBA [type]]",
},
-// { "synccache", cmdsynccache, 1, /*[0x35]*/
-// "synccache",
-// },
+ { "synccache", cmdsynccache, 1, /*[0x35]*/
+ "synccache",
+ },
{ "rtoc", cmdrtoc, 1, /*[0x43]*/
"rtoc [track/session-number [format]]",
},